#FC5454

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

Shades of Sunset Orange #FC5454

Tints of Sunset Orange #FC5454

Color information

#FC5454 (or 0xFC5454) is unknown color: approx Sunset Orange. HEX triplet: FC, 54 and 54. RGB value is (252,84,84). Sum of RGB (Red+Green+Blue) = 252+84+84=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5454 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5454 is #03ABAB. Grayscale: #868686. Windows color (decimal): -240556 or 5526780. OLE color: 5526780.

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

Color convert

RGB2528484-
CMYK00.670.670.01
HSL96.55%65.88%-
HSV(B)66.67%98.82%-
XYZ44.9227.6811.36-
YUV134.2399.66212-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 84 (33.20% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252848400.670.670.01096.5565.88
HexFC545404343106142
Octal374124124010310310141102
Binary11111100101010010101000100001110000111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5454; }

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

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

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

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

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

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

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

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