#FC9B0E

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

Shades of Dark Tangerine #FC9B0E

Tints of Dark Tangerine #FC9B0E

Color information

#FC9B0E (or 0xFC9B0E) is unknown color: approx Dark Tangerine. HEX triplet: FC, 9B and 0E. RGB value is (252,155,14). Sum of RGB (Red+Green+Blue) = 252+155+14=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9B0E is #0364F1. Grayscale: #A8A8A8. Windows color (decimal): -222450 or 957436. OLE color: 957436.

HSL color Cylindrical-coordinate representation of color #FC9B0E: hue angle of 35.55º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC9B0E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25215514-
CMYK00.380.940.01
HSL35.55º97.54%52.16%-
HSV(B)35.55º94.44%98.82%-
XYZ51.9544.176.2-
YUV167.9341.14187.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.86%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=59.86%
G=36.82%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521551400.380.940.0135.5597.5452.16
HexFC9BE0265E1246234
Octal3742331604613614414264
Binary111111001001101111100100110101111011001001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9B0E; }

 p { color: rgb(252,155,14); }

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

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

 a { background-color: rgb(252,155,14); }

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

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

 span { border-color: rgb(252,155,14); }

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