Shades of Sunset Orange #FC5240
Tints of Sunset Orange #FC5240
RGB
CMYK
RGB Variations
Color information
#FC5240 (or 0xFC5240) is known color: Sunset Orange. HEX triplet: FC, 52 and 40. RGB value is (252,82,64). Sum of RGB (Red+Green+Blue) = 252+82+64=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5240 is #03ADBF. Grayscale: #838383. Windows color (decimal): -241088 or 4215548. OLE color: 4215548.
HSL color Cylindrical-coordinate representation of color #FC5240: hue angle of 5.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC5240 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 82 | 64 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.01 |
| HSL | 5.74º | 0.97% | 0.62% | - |
| HSV(B) | 5.74º | 0.75% | 0.99% | - |
| XYZ | 44.09 | 27.1 | 7.76 | - |
| YUV | 130.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 64 | 0 | 0.67 | 0.75 | 0.01 | 5.74 | 0.97 | 0.62 |
| Hex | FC | 52 | 40 | 0 | 43 | 4B | 1 | 6 | 61 | 3E |
| Octal | 374 | 122 | 100 | 0 | 103 | 113 | 1 | 6 | 141 | 76 |
| Binary | 11111100 | 1010010 | 1000000 | 0 | 1000011 | 1001011 | 1 | 110 | 1100001 | 111110 |
Color Harmonies of #FC5240
Complementary color
Monochromatic Colors of #FC5240
Black with #FC5240
Text Example
Text Example
White with #FC5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5240; }
p { color: rgb(252,82,64); }
H1.HeaderClassName
{
color: #FC5240;
}
.AnyTagClassName
{
color: #FC5240;
}
</style>
background-color css
<style>
a { background-color: #FC5240; }
a { background-color: rgb(252,82,64); }
div.DivClassName
{
background-color: #FC5240;
}
.BgClassName
{
background-color: #FC5240;
}
</style>
border-color css
<style>
span { border-color: #FC5240; }
span { border-color: rgb(252,82,64); }
td.TdClassName
{
border-color: #FC5240;
}
.TagClassName
{
border-color: #FC5240;
}
</style>