#FC5450

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

Shades of Sunset Orange #FC5450

Tints of Sunset Orange #FC5450

Color information

#FC5450 (or 0xFC5450) is unknown color: approx Sunset Orange. HEX triplet: FC, 54 and 50. RGB value is (252,84,80). Sum of RGB (Red+Green+Blue) = 252+84+80=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5450 is #03ABAF. Grayscale: #858585. Windows color (decimal): -240560 or 5264636. OLE color: 5264636.

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

Color convert

RGB2528480-
CMYK00.670.680.01
HSL1.4º96.63%65.1%-
HSV(B)1.4º68.25%98.82%-
XYZ44.7627.6210.56-
YUV133.7897.66212.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.58%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=60.58%
G=20.19%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252848000.670.680.011.496.6365.1
HexFC545004344116141
Octal374124120010310411141101
Binary11111100101010010100000100001110001001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5450; }

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

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

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

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

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

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

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

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