#FC9320

Color #FC9320 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #FC9320

Tints of Carrot Orange #FC9320

Color information

#FC9320 (or 0xFC9320) is unknown color: approx Carrot Orange. HEX triplet: FC, 93 and 20. RGB value is (252,147,32). Sum of RGB (Red+Green+Blue) = 252+147+32=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9320 is #036CDF. Grayscale: #A5A5A5. Windows color (decimal): -224480 or 2135036. OLE color: 2135036.

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

Color convert

RGB25214732-
CMYK00.420.870.01
HSL31.36º97.35%55.69%-
HSV(B)31.36º87.3%98.82%-
XYZ50.8441.676.73-
YUV165.2852.79189.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.47%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 32 (12.89% from 255) = 7.42%
R=58.47%
G=34.11%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521473200.420.870.0131.3697.3555.69
HexFC932002A5711f6138
Octal3742234005212713714170
Binary1111110010010011100000010101010101111111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9320; }

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

 H1.HeaderClassName
 {
   color: #FC9320;
 }
 .AnyTagClassName
 {
   color: #FC9320;
 }
</style>
background-color css

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

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

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

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

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

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