Html Css Color HEX #FC9D20 Dark Tangerine

📋 copy color: '#FC9D20'

red 252 ◦ green 157 ◦ blue 32

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

Shades of Dark Tangerine #FC9D20

Tints of Dark Tangerine #FC9D20

RGB

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

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

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

R = 57.14%
G = 35.6%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC9D20 (or 0xFC9D20) is known color: Dark Tangerine. HEX triplet: FC, 9D and 20. RGB value is (252,157,32). Sum of RGB (Red+Green+Blue) = 252+157+32=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D20 is #0362DF. Grayscale: #ABABAB. Windows color (decimal): -221920 or 2137596. OLE color: 2137596.

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

Color convert

RGB 252 157 32 -
CMYK 0 0.38 0.87 0.01
HSL 34.09º 0.97% 0.56% -
HSV(B) 34.09º 0.87% 0.99% -
XYZ 52.46 44.91 7.27 -
YUV 171.16 49.47 185.66 -
System Red Green Blue C M Y K H S L
Decimal 252 157 32 0 0.38 0.87 0.01 34.09 0.97 0.56
Hex FC 9D 20 0 26 57 1 22 61 38
Octal 374 235 40 0 46 127 1 42 141 70
Binary 11111100 10011101 100000 0 100110 1010111 1 100010 1100001 111000

Color Harmonies of #FC9D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D20

Black with #FC9D20

Text Example


Text Example

White with #FC9D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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