Html Css Color HEX #FC9F20 Dark Tangerine

📋 copy color: '#FC9F20'

red 252 ◦ green 159 ◦ blue 32

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

Shades of Dark Tangerine #FC9F20

Tints of Dark Tangerine #FC9F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.22%

R = 56.88%
G = 35.89%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC9F20 (or 0xFC9F20) is known color: Dark Tangerine. HEX triplet: FC, 9F and 20. RGB value is (252,159,32). Sum of RGB (Red+Green+Blue) = 252+159+32=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9F20 is #0360DF. Grayscale: #ACACAC. Windows color (decimal): -221408 or 2138108. OLE color: 2138108.

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

Color convert

RGB 252 159 32 -
CMYK 0 0.37 0.87 0.01
HSL 34.64º 0.97% 0.56% -
HSV(B) 34.64º 0.87% 0.99% -
XYZ 52.8 45.6 7.38 -
YUV 172.33 48.81 184.83 -
System Red Green Blue C M Y K H S L
Decimal 252 159 32 0 0.37 0.87 0.01 34.64 0.97 0.56
Hex FC 9F 20 0 25 57 1 23 61 38
Octal 374 237 40 0 45 127 1 43 141 70
Binary 11111100 10011111 100000 0 100101 1010111 1 100011 1100001 111000

Color Harmonies of #FC9F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9F20

Black with #FC9F20

Text Example


Text Example

White with #FC9F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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