COLOR #FD9F0B

HEX: #FD9F0B
RGB: (253,159,11)

Color info

#FD9F0B contains mainly red color. Web safe color of #FD9F0B is #FF9900 (or #F90).

RGB color model

#FD9F0B color RGB value is (253,159,11).

  • red value is 253;
  • green value is 159;
  • blue value is 11.
RGB:
(253,159,11)
(99%,62%,4%)

RGB channels and saturation

R 253 of 255 = 99%
G 159 of 255 = 62%
B 11 of 255 = 4%

253
159
11

R + G + B ~ 55%. #FD9F0B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
253 + 159 + 11 = 423 (100%)
R 253 of 423 ~ 59.81%
G 159 of 423 ~ 37.59%
B 11 of 423 ~ 2.6%

%59.81
%37.59

CMYK color model

#FD9F0B color CMYK value is (0,37,96,1).

  • cyan value is 0.00%
  • magenta value is 37.15%
  • yellow value is 95.65%
  • key color value is 0.78%
CMYK:
(0,37,96,1)
C0M37Y96K1 
(0%,37%,96%,1%)
(0.00/0.37/0.96/0.01)	

CMYK percentages

%0
%37.15
%95.65
%0.78

Codes

Color #FD9F0B in popluar color models

FD9F0B
RGB25315911
HSL37°98.37%51.76%
HSB/HSV37°95.65%99.22%
CMYK0.00%37.15%95.65%
0.78%

Color #FD9F0B in popluar number systems.

HEXFD9F0B
Decimal25315911
Binary11111101100111111011
Octal37523713

Shades and tints

Shades of #FD9F0B

#FD9F0B
(253,159,11)
#E6910A
(230,145,10)
#CF8309
(207,131,9)
#B87508
(184,117,8)
#A16707
(161,103,7)
#8A5906
(138,89,6)
#734B05
(115,75,5)
#5C3D04
(92,61,4)
#452F03
(69,47,3)
#2E2102
(46,33,2)
#171301
(23,19,1)
#000000
(0,0,0)

Tints of #FD9F0B

#FD9F0B
(253,159,11)
#FDA721
(253,167,33)
#FDAF37
(253,175,55)
#FDB74D
(253,183,77)
#FDBF63
(253,191,99)
#FDC779
(253,199,121)
#FDCF8F
(253,207,143)
#FDD7A5
(253,215,165)
#FDDFBB
(253,223,187)
#FDE7D1
(253,231,209)
#FDEFE7
(253,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9F0B color. Also use rgb(253,159,11) instead hex code.

Text Font Color

.myTextColor { color: #FD9F0B; }

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

This text font color is #FD9F0B.


Background Color

.myBgColor { background-color: #FD9F0B; }

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

This div background color is #FD9F0B.


Border color

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

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

This div border color is #FD9F0B.


Opacity

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

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

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

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

This text has shadow with #FD9F0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9F0B on black background.


Color preview on white background

This text has color #FD9F0B on white background.



Black color preview on #FD9F0B background

This text has black color on #FD9F0B background.


White color preview on #FD9F0B background

This text has white color on #FD9F0B background.