Shades of Sunset Orange #FC504E
Tints of Sunset Orange #FC504E
RGB
CMYK
RGB Variations
Color information
#FC504E (or 0xFC504E) is known color: Sunset Orange. HEX triplet: FC, 50 and 4E. RGB value is (252,80,78). Sum of RGB (Red+Green+Blue) = 252+80+78=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC504E is #03AFB1. Grayscale: #838383. Windows color (decimal): -241586 or 5132540. OLE color: 5132540.
HSL color Cylindrical-coordinate representation of color #FC504E: hue angle of 0.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC504E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 78 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.01 |
| HSL | 0.69º | 0.97% | 0.65% | - |
| HSV(B) | 0.69º | 0.69% | 0.99% | - |
| XYZ | 44.39 | 26.98 | 10.08 | - |
| YUV | 131.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 78 | 0 | 0.68 | 0.69 | 0.01 | 0.69 | 0.97 | 0.65 |
| Hex | FC | 50 | 4E | 0 | 44 | 45 | 1 | 1 | 61 | 41 |
| Octal | 374 | 120 | 116 | 0 | 104 | 105 | 1 | 1 | 141 | 101 |
| Binary | 11111100 | 1010000 | 1001110 | 0 | 1000100 | 1000101 | 1 | 1 | 1100001 | 1000001 |
Color Harmonies of #FC504E
Complementary color
Monochromatic Colors of #FC504E
Black with #FC504E
Text Example
Text Example
White with #FC504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC504E; }
p { color: rgb(252,80,78); }
H1.HeaderClassName
{
color: #FC504E;
}
.AnyTagClassName
{
color: #FC504E;
}
</style>
background-color css
<style>
a { background-color: #FC504E; }
a { background-color: rgb(252,80,78); }
div.DivClassName
{
background-color: #FC504E;
}
.BgClassName
{
background-color: #FC504E;
}
</style>
border-color css
<style>
span { border-color: #FC504E; }
span { border-color: rgb(252,80,78); }
td.TdClassName
{
border-color: #FC504E;
}
.TagClassName
{
border-color: #FC504E;
}
</style>