#FC4320

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

Shades of Red Orange #FC4320

Tints of Red Orange #FC4320

Color information

#FC4320 (or 0xFC4320) is unknown color: approx Red Orange. HEX triplet: FC, 43 and 20. RGB value is (252,67,32). Sum of RGB (Red+Green+Blue) = 252+67+32=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4320 is #03BCDF. Grayscale: #767676. Windows color (decimal): -244960 or 2114556. OLE color: 2114556.

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

Color convert

RGB2526732-
CMYK00.730.870.01
HSL9.55º97.35%55.69%-
HSV(B)9.55º87.3%98.82%-
XYZ42.4124.813.92-
YUV118.3279.29223.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 71.79%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 32 (12.89% from 255) = 9.12%
R=71.79%
G=19.09%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252673200.730.870.019.5597.3555.69
HexFC4320049571a6138
Octal37410340011112711214170
Binary111111001000011100000010010011010111110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4320; }

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

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

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

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

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

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

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

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