#FC4945

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

Shades of Sunset Orange #FC4945

Tints of Sunset Orange #FC4945

Color information

#FC4945 (or 0xFC4945) is unknown color: approx Sunset Orange. HEX triplet: FC, 49 and 45. RGB value is (252,73,69). Sum of RGB (Red+Green+Blue) = 252+73+69=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4945 is #03B6BA. Grayscale: #7E7E7E. Windows color (decimal): -243387 or 4540924. OLE color: 4540924.

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

Color convert

RGB2527369-
CMYK00.710.730.01
HSL1.31º96.83%62.94%-
HSV(B)1.31º72.62%98.82%-
XYZ43.625.898.33-
YUV126.0695.8217.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.96%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=63.96%
G=18.53%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252736900.710.730.011.3196.8362.94
HexFC49450474911613f
Octal37411110501071111114177
Binary1111110010010011000101010001111001001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4945; }

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

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

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

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

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

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

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

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