Html Css Color HEX #FC9A16 Dark Tangerine

📋 copy color: '#FC9A16'

red 252 ◦ green 154 ◦ blue 22

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

Shades of Dark Tangerine #FC9A16

Tints of Dark Tangerine #FC9A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.14%

R = 58.88%
G = 35.98%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC9A16 (or 0xFC9A16) is known color: Dark Tangerine. HEX triplet: FC, 9A and 16. RGB value is (252,154,22). Sum of RGB (Red+Green+Blue) = 252+154+22=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A16 is #0365E9. Grayscale: #A8A8A8. Windows color (decimal): -222698 or 1481468. OLE color: 1481468.

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

Color convert

RGB 252 154 22 -
CMYK 0 0.39 0.91 0.01
HSL 34.43º 0.97% 0.54% -
HSV(B) 34.43º 0.91% 0.99% -
XYZ 51.85 43.86 6.49 -
YUV 168.25 45.47 187.73 -
System Red Green Blue C M Y K H S L
Decimal 252 154 22 0 0.39 0.91 0.01 34.43 0.97 0.54
Hex FC 9A 16 0 27 5B 1 22 61 36
Octal 374 232 26 0 47 133 1 42 141 66
Binary 11111100 10011010 10110 0 100111 1011011 1 100010 1100001 110110

Color Harmonies of #FC9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A16

Black with #FC9A16

Text Example


Text Example

White with #FC9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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