COLOR #F9AF33

HEX: #F9AF33
RGB: (249,175,51)

Color info

#F9AF33 contains mainly red color. Web safe color of #F9AF33 is #FF9933 (or #F93).

RGB color model

#F9AF33 color RGB value is (249,175,51).

  • red value is 249;
  • green value is 175;
  • blue value is 51.
RGB:
(249,175,51)
(98%,69%,20%)

RGB channels and saturation

R 249 of 255 = 98%
G 175 of 255 = 69%
B 51 of 255 = 20%

249
175
51

R + G + B ~ 62%. #F9AF33 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 175 + 51 = 475 (100%)
R 249 of 475 ~ 52.42%
G 175 of 475 ~ 36.84%
B 51 of 475 ~ 10.74%

%52.42
%36.84
%10.74

CMYK color model

#F9AF33 color CMYK value is (0,30,80,2).

  • cyan value is 0.00%
  • magenta value is 29.72%
  • yellow value is 79.52%
  • key color value is 2.35%
CMYK:
(0,30,80,2)
C0M30Y80K2 
(0%,30%,80%,2%)
(0.00/0.30/0.80/0.02)	

CMYK percentages

%0
%29.72
%79.52
%2.35

Codes

Color #F9AF33 in popluar color models

F9AF33
RGB24917551
HSL38°94.29%58.82%
HSB/HSV38°79.52%97.65%
CMYK0.00%29.72%79.52%
2.35%

Color #F9AF33 in popluar number systems.

HEXF9AF33
Decimal24917551
Binary1111100110101111110011
Octal37125763

Shades and tints

Shades of #F9AF33

#F9AF33
(249,175,51)
#E3A02F
(227,160,47)
#CD912B
(205,145,43)
#B78227
(183,130,39)
#A17323
(161,115,35)
#8B641F
(139,100,31)
#75551B
(117,85,27)
#5F4617
(95,70,23)
#493713
(73,55,19)
#33280F
(51,40,15)
#1D190B
(29,25,11)
#000000
(0,0,0)

Tints of #F9AF33

#F9AF33
(249,175,51)
#F9B645
(249,182,69)
#F9BD57
(249,189,87)
#F9C469
(249,196,105)
#F9CB7B
(249,203,123)
#F9D28D
(249,210,141)
#F9D99F
(249,217,159)
#F9E0B1
(249,224,177)
#F9E7C3
(249,231,195)
#F9EED5
(249,238,213)
#F9F5E7
(249,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9AF33 color. Also use rgb(249,175,51) instead hex code.

Text Font Color

.myTextColor { color: #F9AF33; }

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

This text font color is #F9AF33.


Background Color

.myBgColor { background-color: #F9AF33; }

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

This div background color is #F9AF33.


Border color

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

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

This div border color is #F9AF33.


Opacity

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

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

Text with #F9AF33 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 #F9AF33;}

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

This text has shadow with #F9AF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9AF33 on black background.


Color preview on white background

This text has color #F9AF33 on white background.



Black color preview on #F9AF33 background

This text has black color on #F9AF33 background.


White color preview on #F9AF33 background

This text has white color on #F9AF33 background.