Html Css Color HEX #FC9220 Carrot Orange

📋 copy color: '#FC9220'

red 252 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #FC9220

Tints of Carrot Orange #FC9220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.95%

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

R = 58.6%
G = 33.95%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC9220 (or 0xFC9220) is known color: Carrot Orange. HEX triplet: FC, 92 and 20. RGB value is (252,146,32). Sum of RGB (Red+Green+Blue) = 252+146+32=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9220 is #036DDF. Grayscale: #A5A5A5. Windows color (decimal): -224736 or 2134780. OLE color: 2134780.

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

Color convert

RGB 252 146 32 -
CMYK 0 0.42 0.87 0.01
HSL 31.09º 0.97% 0.56% -
HSV(B) 31.09º 0.87% 0.99% -
XYZ 50.68 41.36 6.68 -
YUV 164.7 53.12 190.27 -
System Red Green Blue C M Y K H S L
Decimal 252 146 32 0 0.42 0.87 0.01 31.09 0.97 0.56
Hex FC 92 20 0 2A 57 1 1F 61 38
Octal 374 222 40 0 52 127 1 37 141 70
Binary 11111100 10010010 100000 0 101010 1010111 1 11111 1100001 111000

Color Harmonies of #FC9220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9220

Black with #FC9220

Text Example


Text Example

White with #FC9220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9220; }

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

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

background-color css

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

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

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

border-color css

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

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

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