COLOR #F1A75B

HEX: #F1A75B
RGB: (241,167,91)

Color info

#F1A75B contains mainly red color. Web safe color of #F1A75B is #FF9966 (or #F96).

RGB color model

#F1A75B color RGB value is (241,167,91).

  • red value is 241;
  • green value is 167;
  • blue value is 91.
RGB:
(241,167,91)
(95%,65%,36%)

RGB channels and saturation

R 241 of 255 = 95%
G 167 of 255 = 65%
B 91 of 255 = 36%

241
167
91

R + G + B ~ 65%. #F1A75B is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 167 + 91 = 499 (100%)
R 241 of 499 ~ 48.3%
G 167 of 499 ~ 33.47%
B 91 of 499 ~ 18.24%

%48.3
%33.47
%18.24

CMYK color model

#F1A75B color CMYK value is (0,31,62,5).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 62.24%
  • key color value is 5.49%
CMYK:
(0,31,62,5)
C0M31Y62K5 
(0%,31%,62%,5%)
(0.00/0.31/0.62/0.05)	

CMYK percentages

%0
%30.71
%62.24
%5.49

Codes

Color #F1A75B in popluar color models

F1A75B
RGB24116791
HSL30°84.27%65.10%
HSB/HSV30°62.24%94.51%
CMYK0.00%30.71%62.24%
5.49%

Color #F1A75B in popluar number systems.

HEXF1A75B
Decimal24116791
Binary11110001101001111011011
Octal361247133

Shades and tints

Shades of #F1A75B

#F1A75B
(241,167,91)
#DC9853
(220,152,83)
#C7894B
(199,137,75)
#B27A43
(178,122,67)
#9D6B3B
(157,107,59)
#885C33
(136,92,51)
#734D2B
(115,77,43)
#5E3E23
(94,62,35)
#492F1B
(73,47,27)
#342013
(52,32,19)
#1F110B
(31,17,11)
#000000
(0,0,0)

Tints of #F1A75B

#F1A75B
(241,167,91)
#F2AF69
(242,175,105)
#F3B777
(243,183,119)
#F4BF85
(244,191,133)
#F5C793
(245,199,147)
#F6CFA1
(246,207,161)
#F7D7AF
(247,215,175)
#F8DFBD
(248,223,189)
#F9E7CB
(249,231,203)
#FAEFD9
(250,239,217)
#FBF7E7
(251,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A75B color. Also use rgb(241,167,91) instead hex code.

Text Font Color

.myTextColor { color: #F1A75B; }

<p style="color:#F1A75B">This sample text font color is #F1A75B.</p>

This text font color is #F1A75B.


Background Color

.myBgColor { background-color: #F1A75B; }

<div style="background-color:#F1A75B">Inner text</div>

This div background color is #F1A75B.


Border color

.myBorderColor { border: 1px solid #F1A75B; }

<div style="border:3px solid #F1A75B">Div</div>

This div border color is #F1A75B.


Opacity

.myOpacity80 { color: #F1A75B; opacity: 0.8; }

<p style="color:#F1A75B;opacity:0.8;">80%</p>

Text with #F1A75B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1A75B;}

<p style="text-shadow: 3px 3px 1px #F1A75B">Text here.</p>

This text has shadow with #F1A75B color.

.textShadow {text-shadow: 3px 3px 1px #F1A75B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1A75B, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1A75B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1A75B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1A75B, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1A75B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1A75B;
  -webkit-box-shadow:	1px 1px 3px 2px #F1A75B;
  box-shadow:		1px 1px 3px 2px #F1A75B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1A75B;
-webkit-box-shadow: 1px 1px 3px 2px #F1A75B;
box-shadow:1px 1px 3px 2px #F1A75B;">
Div content here</div>
This div box has shadow with color #F1A75B.

Preview

Color preview on black background

This text has color #F1A75B on black background.


Color preview on white background

This text has color #F1A75B on white background.



Black color preview on #F1A75B background

This text has black color on #F1A75B background.


White color preview on #F1A75B background

This text has white color on #F1A75B background.