#FC4845

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

Shades of Sunset Orange #FC4845

Tints of Sunset Orange #FC4845

Color information

#FC4845 (or 0xFC4845) is unknown color: approx Sunset Orange. HEX triplet: FC, 48 and 45. RGB value is (252,72,69). Sum of RGB (Red+Green+Blue) = 252+72+69=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4845 is #03B7BA. Grayscale: #7D7D7D. Windows color (decimal): -243643 or 4540668. OLE color: 4540668.

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

Color convert

RGB2527269-
CMYK00.710.730.01
HSL0.98º96.83%62.94%-
HSV(B)0.98º72.62%98.82%-
XYZ43.5425.768.31-
YUV125.4896.13218.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 64.12%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=64.12%
G=18.32%
B=17.56%

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
Decimal252726900.710.730.010.9896.8362.94
HexFC48450474911613f
Octal37411010501071111114177
Binary1111110010010001000101010001111001001111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4845; }

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

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

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

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

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

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

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

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