Html Css Color HEX #FC9C20 Carrot Orange

📋 copy color: '#FC9C20'

red 252 ◦ green 156 ◦ blue 32

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

Shades of Carrot Orange #FC9C20

Tints of Carrot Orange #FC9C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.45%

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

R = 57.27%
G = 35.45%
B = 7.27%

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

#FC9C20 (or 0xFC9C20) is known color: Carrot Orange. HEX triplet: FC, 9C and 20. RGB value is (252,156,32). Sum of RGB (Red+Green+Blue) = 252+156+32=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C20 is #0363DF. Grayscale: #ABABAB. Windows color (decimal): -222176 or 2137340. OLE color: 2137340.

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

Color convert

RGB 252 156 32 -
CMYK 0 0.38 0.87 0.01
HSL 33.82º 0.97% 0.56% -
HSV(B) 33.82º 0.87% 0.99% -
XYZ 52.29 44.58 7.21 -
YUV 170.57 49.8 186.08 -
System Red Green Blue C M Y K H S L
Decimal 252 156 32 0 0.38 0.87 0.01 33.82 0.97 0.56
Hex FC 9C 20 0 26 57 1 22 61 38
Octal 374 234 40 0 46 127 1 42 141 70
Binary 11111100 10011100 100000 0 100110 1010111 1 100010 1100001 111000

Color Harmonies of #FC9C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9C20

Black with #FC9C20

Text Example


Text Example

White with #FC9C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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