Shades of Sunset Orange #FC504A
Tints of Sunset Orange #FC504A
RGB
CMYK
RGB Variations
Color information
#FC504A (or 0xFC504A) is known color: Sunset Orange. HEX triplet: FC, 50 and 4A. RGB value is (252,80,74). Sum of RGB (Red+Green+Blue) = 252+80+74=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC504A is #03AFB5. Grayscale: #828282. Windows color (decimal): -241590 or 4870396. OLE color: 4870396.
HSL color Cylindrical-coordinate representation of color #FC504A: hue angle of 2.02º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC504A is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 74 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.01 |
| HSL | 2.02º | 0.97% | 0.64% | - |
| HSV(B) | 2.02º | 0.71% | 0.99% | - |
| XYZ | 44.25 | 26.93 | 9.34 | - |
| YUV | 130.74 | 95.98 | 214.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 74 | 0 | 0.68 | 0.71 | 0.01 | 2.02 | 0.97 | 0.64 |
| Hex | FC | 50 | 4A | 0 | 44 | 47 | 1 | 2 | 61 | 40 |
| Octal | 374 | 120 | 112 | 0 | 104 | 107 | 1 | 2 | 141 | 100 |
| Binary | 11111100 | 1010000 | 1001010 | 0 | 1000100 | 1000111 | 1 | 10 | 1100001 | 1000000 |
Color Harmonies of #FC504A
Complementary color
Monochromatic Colors of #FC504A
Black with #FC504A
Text Example
Text Example
White with #FC504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC504A; }
p { color: rgb(252,80,74); }
H1.HeaderClassName
{
color: #FC504A;
}
.AnyTagClassName
{
color: #FC504A;
}
</style>
background-color css
<style>
a { background-color: #FC504A; }
a { background-color: rgb(252,80,74); }
div.DivClassName
{
background-color: #FC504A;
}
.BgClassName
{
background-color: #FC504A;
}
</style>
border-color css
<style>
span { border-color: #FC504A; }
span { border-color: rgb(252,80,74); }
td.TdClassName
{
border-color: #FC504A;
}
.TagClassName
{
border-color: #FC504A;
}
</style>