Html Css Color HEX #FC9D0E Dark Tangerine

📋 copy color: '#FC9D0E'

red 252 ◦ green 157 ◦ blue 14

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

Shades of Dark Tangerine #FC9D0E

Tints of Dark Tangerine #FC9D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

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

R = 59.57%
G = 37.12%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC9D0E (or 0xFC9D0E) is known color: Dark Tangerine. HEX triplet: FC, 9D and 0E. RGB value is (252,157,14). Sum of RGB (Red+Green+Blue) = 252+157+14=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9D0E is #0362F1. Grayscale: #A9A9A9. Windows color (decimal): -221938 or 957948. OLE color: 957948.

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

Color convert

RGB 252 157 14 -
CMYK 0 0.38 0.94 0.01
HSL 36.05º 0.98% 0.52% -
HSV(B) 36.05º 0.94% 0.99% -
XYZ 52.28 44.84 6.32 -
YUV 169.1 40.47 187.13 -
System Red Green Blue C M Y K H S L
Decimal 252 157 14 0 0.38 0.94 0.01 36.05 0.98 0.52
Hex FC 9D E 0 26 5E 1 24 62 34
Octal 374 235 16 0 46 136 1 44 142 64
Binary 11111100 10011101 1110 0 100110 1011110 1 100100 1100010 110100

Color Harmonies of #FC9D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D0E

Black with #FC9D0E

Text Example


Text Example

White with #FC9D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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