Html Css Color HEX #FC9F0E Dark Tangerine

📋 copy color: '#FC9F0E'

red 252 ◦ green 159 ◦ blue 14

#FC9F0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #FC9F0E

Tints of Dark Tangerine #FC9F0E

RGB

 RED value IS 252 (98.83% from 255) = 59.29%

 GREEN value IS 159 (62.5% from 255) = 37.41%

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 59.29%
G = 37.41%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC9F0E (or 0xFC9F0E) is known color: Dark Tangerine. HEX triplet: FC, 9F and 0E. RGB value is (252,159,14). Sum of RGB (Red+Green+Blue) = 252+159+14=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9F0E is #0360F1. Grayscale: #AAAAAA. Windows color (decimal): -221426 or 958460. OLE color: 958460.

HSL color Cylindrical-coordinate representation of color #FC9F0E: hue angle of 36.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 #FC9F0E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 159 14 -
CMYK 0 0.37 0.94 0.01
HSL 36.55º 0.98% 0.52% -
HSV(B) 36.55º 0.94% 0.99% -
XYZ 52.62 45.52 6.43 -
YUV 170.28 39.81 186.29 -
System Red Green Blue C M Y K H S L
Decimal 252 159 14 0 0.37 0.94 0.01 36.55 0.98 0.52
Hex FC 9F E 0 25 5E 1 25 62 34
Octal 374 237 16 0 45 136 1 45 142 64
Binary 11111100 10011111 1110 0 100101 1011110 1 100101 1100010 110100

Color Harmonies of #FC9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F0E

Black with #FC9F0E

Text Example


Text Example

White with #FC9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F0E; }

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

 H1.HeaderClassName
 {
   color: #FC9F0E;
 }
 .AnyTagClassName
 {
   color: #FC9F0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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