Html Css Color HEX #FC9A14 Dark Tangerine

📋 copy color: '#FC9A14'

red 252 ◦ green 154 ◦ blue 20

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

Shades of Dark Tangerine #FC9A14

Tints of Dark Tangerine #FC9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

 BLUE value IS 20 (8.2% from 255) = 4.69%

R = 59.15%
G = 36.15%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC9A14 (or 0xFC9A14) is known color: Dark Tangerine. HEX triplet: FC, 9A and 14. RGB value is (252,154,20). Sum of RGB (Red+Green+Blue) = 252+154+20=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A14 is #0365EB. Grayscale: #A8A8A8. Windows color (decimal): -222700 or 1350396. OLE color: 1350396.

HSL color Cylindrical-coordinate representation of color #FC9A14: hue angle of 34.66º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC9A14 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 154 20 -
CMYK 0 0.39 0.92 0.01
HSL 34.66º 0.97% 0.53% -
HSV(B) 34.66º 0.92% 0.99% -
XYZ 51.83 43.86 6.4 -
YUV 168.03 44.47 187.9 -
System Red Green Blue C M Y K H S L
Decimal 252 154 20 0 0.39 0.92 0.01 34.66 0.97 0.53
Hex FC 9A 14 0 27 5C 1 23 61 35
Octal 374 232 24 0 47 134 1 43 141 65
Binary 11111100 10011010 10100 0 100111 1011100 1 100011 1100001 110101

Color Harmonies of #FC9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A14

Black with #FC9A14

Text Example


Text Example

White with #FC9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A14; }

 p { color: rgb(252,154,20); }

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

background-color css

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

 a { background-color: rgb(252,154,20); }

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

border-color css

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

 span { border-color: rgb(252,154,20); }

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