#FC4720

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

Shades of Red Orange #FC4720

Tints of Red Orange #FC4720

Color information

#FC4720 (or 0xFC4720) is unknown color: approx Red Orange. HEX triplet: FC, 47 and 20. RGB value is (252,71,32). Sum of RGB (Red+Green+Blue) = 252+71+32=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4720 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4720 is #03B8DF. Grayscale: #797979. Windows color (decimal): -243936 or 2115580. OLE color: 2115580.

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

Color convert

RGB2527132-
CMYK00.720.870.01
HSL10.64º97.35%55.69%-
HSV(B)10.64º87.3%98.82%-
XYZ42.6625.314-
YUV120.6777.97221.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 70.99%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=70.99%
G=20%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252713200.720.870.0110.6497.3555.69
HexFC4720048571b6138
Octal37410740011012711314170
Binary111111001000111100000010010001010111110111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4720; }

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

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

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

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

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

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

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

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