#FB9E0C

Color #FB9E0C Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FB9E0C

Tints of Dark Tangerine #FB9E0C

Color information

#FB9E0C (or 0xFB9E0C) is unknown color: approx Dark Tangerine. HEX triplet: FB, 9E and 0C. RGB value is (251,158,12). Sum of RGB (Red+Green+Blue) = 251+158+12=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9E0C is #0461F3. Grayscale: #A9A9A9. Windows color (decimal): -287220 or 827131. OLE color: 827131.

HSL color Cylindrical-coordinate representation of color #FB9E0C: hue angle of 36.65º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB9E0C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB25115812-
CMYK00.370.950.02
HSL36.65º96.76%51.57%-
HSV(B)36.65º95.22%98.43%-
XYZ52.0844.996.29-
YUV169.1639.31186.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 59.62%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 12 (5.08% from 255) = 2.85%
R=59.62%
G=37.53%
B=2.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511581200.370.950.0236.6596.7651.57
HexFB9EC0255F2256134
Octal3732361404513724514164
Binary1111101110011110110001001011011111101001011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9E0C; }

 p { color: rgb(251,158,12); }

 H1.HeaderClassName
 {
   color: #FB9E0C;
 }
 .AnyTagClassName
 {
   color: #FB9E0C;
 }
</style>
background-color css

<style>
 a { background-color: #FB9E0C; }

 a { background-color: rgb(251,158,12); }

 div.DivClassName
 {
   background-color: #FB9E0C;
 }
 .BgClassName
 {
   background-color: #FB9E0C;
 }
</style>
border-color css

<style>
 span { border-color: #FB9E0C; }

 span { border-color: rgb(251,158,12); }

 td.TdClassName
 {
   border-color: #FB9E0C;
 }
 .TagClassName
 {
   border-color: #FB9E0C;
 }
</style>