#FC3522

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

Shades of Red Orange #FC3522

Tints of Red Orange #FC3522

Color information

#FC3522 (or 0xFC3522) is unknown color: approx Red Orange. HEX triplet: FC, 35 and 22. RGB value is (252,53,34). Sum of RGB (Red+Green+Blue) = 252+53+34=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3522 is #03CADD. Grayscale: #6E6E6E. Windows color (decimal): -248542 or 2242044. OLE color: 2242044.

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

Color convert

RGB2525334-
CMYK00.790.870.01
HSL5.23º97.32%56.08%-
HSV(B)5.23º86.51%98.82%-
XYZ41.7123.363.82-
YUV110.3484.93229.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 74.34%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=74.34%
G=15.63%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252533400.790.870.015.2397.3256.08
HexFC352204F57156138
Octal374654201171271514170
Binary1111110011010110001001001111101011111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3522; }

 p { color: rgb(252,53,34); }

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

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

 a { background-color: rgb(252,53,34); }

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

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

 span { border-color: rgb(252,53,34); }

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