#FC4533

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

Shades of Red Orange #FC4533

Tints of Red Orange #FC4533

Color information

#FC4533 (or 0xFC4533) is unknown color: approx Red Orange. HEX triplet: FC, 45 and 33. RGB value is (252,69,51). Sum of RGB (Red+Green+Blue) = 252+69+51=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4533 is #03BACC. Grayscale: #797979. Windows color (decimal): -244429 or 3360252. OLE color: 3360252.

HSL color Cylindrical-coordinate representation of color #FC4533: hue angle of 5.37º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC4533 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB2526951-
CMYK00.730.800.01
HSL5.37º97.1%59.41%-
HSV(B)5.37º79.76%98.82%-
XYZ42.8725.195.73-
YUV121.6688.13220.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.74%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=67.74%
G=18.55%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252695100.730.800.015.3797.159.41
HexFC45330495015613b
Octal3741056301111201514173
Binary11111100100010111001101001001101000011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4533; }

 p { color: rgb(252,69,51); }

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

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

 a { background-color: rgb(252,69,51); }

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

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

 span { border-color: rgb(252,69,51); }

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