Shades of Sunset Orange #FC5450
Tints of Sunset Orange #FC5450
RGB
CMYK
RGB Variations
Color information
#FC5450 (or 0xFC5450) is known color: 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
| RGB | 252 | 84 | 80 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.01 |
| HSL | 1.4º | 0.97% | 0.65% | - |
| HSV(B) | 1.4º | 0.68% | 0.99% | - |
| XYZ | 44.76 | 27.62 | 10.56 | - |
| YUV | 133.78 | 97.66 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 80 | 0 | 0.67 | 0.68 | 0.01 | 1.4 | 0.97 | 0.65 |
| Hex | FC | 54 | 50 | 0 | 43 | 44 | 1 | 1 | 61 | 41 |
| Octal | 374 | 124 | 120 | 0 | 103 | 104 | 1 | 1 | 141 | 101 |
| Binary | 11111100 | 1010100 | 1010000 | 0 | 1000011 | 1000100 | 1 | 1 | 1100001 | 1000001 |
Color Harmonies of #FC5450
Complementary color
Monochromatic Colors of #FC5450
Black with #FC5450
Text Example
Text Example
White with #FC5450
Text Example
Text Example
HTML Codes & Css Web 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>