#FC5449

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

Shades of Sunset Orange #FC5449

Tints of Sunset Orange #FC5449

Color information

#FC5449 (or 0xFC5449) is unknown color: approx Sunset Orange. HEX triplet: FC, 54 and 49. RGB value is (252,84,73). Sum of RGB (Red+Green+Blue) = 252+84+73=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5449 is #03ABB6. Grayscale: #858585. Windows color (decimal): -240567 or 4805884. OLE color: 4805884.

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

Color convert

RGB2528473-
CMYK00.670.710.01
HSL3.69º96.76%63.73%-
HSV(B)3.69º71.03%98.82%-
XYZ44.5227.529.27-
YUV132.9894.16212.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.61%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=61.61%
G=20.54%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252847300.670.710.013.6996.7663.73
HexFC544904347146140
Octal374124111010310714141100
Binary1111110010101001001001010000111000111110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5449; }

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

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

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

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

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

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

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

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