#FC4A45

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

Shades of Sunset Orange #FC4A45

Tints of Sunset Orange #FC4A45

Color information

#FC4A45 (or 0xFC4A45) is unknown color: approx Sunset Orange. HEX triplet: FC, 4A and 45. RGB value is (252,74,69). Sum of RGB (Red+Green+Blue) = 252+74+69=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A45 is #03B5BA. Grayscale: #7E7E7E. Windows color (decimal): -243131 or 4541180. OLE color: 4541180.

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

Color convert

RGB2527469-
CMYK00.710.730.01
HSL1.64º96.83%62.94%-
HSV(B)1.64º72.62%98.82%-
XYZ43.6726.028.35-
YUV126.6595.47217.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.80%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=63.80%
G=18.73%
B=17.47%

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
Decimal252746900.710.730.011.6496.8362.94
HexFC4A450474912613f
Octal37411210501071111214177
Binary11111100100101010001010100011110010011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4A45; }

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

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

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

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

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

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

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

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