Shades of Sunset Orange #FD504A
Tints of Sunset Orange #FD504A
RGB
CMYK
RGB Variations
Color information
#FD504A (or 0xFD504A) is known color: Sunset Orange. HEX triplet: FD, 50 and 4A. RGB value is (253,80,74). Sum of RGB (Red+Green+Blue) = 253+80+74=407 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.16% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 253 - color contains mainly: red. Hex color #FD504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD504A is #02AFB5. Grayscale: #838383. Windows color (decimal): -176054 or 4870397. OLE color: 4870397.
HSL color Cylindrical-coordinate representation of color #FD504A: hue angle of 2.01º degrees, saturation: 0.98, 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 #FD504A is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 74 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.01 |
| HSL | 2.01º | 0.98% | 0.64% | - |
| HSV(B) | 2.01º | 0.71% | 0.99% | - |
| XYZ | 44.61 | 27.11 | 9.36 | - |
| YUV | 131.04 | 95.81 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 74 | 0 | 0.68 | 0.71 | 0.01 | 2.01 | 0.98 | 0.64 |
| Hex | FD | 50 | 4A | 0 | 44 | 47 | 1 | 2 | 62 | 40 |
| Octal | 375 | 120 | 112 | 0 | 104 | 107 | 1 | 2 | 142 | 100 |
| Binary | 11111101 | 1010000 | 1001010 | 0 | 1000100 | 1000111 | 1 | 10 | 1100010 | 1000000 |
Color Harmonies of #FD504A
Complementary color
Monochromatic Colors of #FD504A
Black with #FD504A
Text Example
Text Example
White with #FD504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD504A; }
p { color: rgb(253,80,74); }
H1.HeaderClassName
{
color: #FD504A;
}
.AnyTagClassName
{
color: #FD504A;
}
</style>
background-color css
<style>
a { background-color: #FD504A; }
a { background-color: rgb(253,80,74); }
div.DivClassName
{
background-color: #FD504A;
}
.BgClassName
{
background-color: #FD504A;
}
</style>
border-color css
<style>
span { border-color: #FD504A; }
span { border-color: rgb(253,80,74); }
td.TdClassName
{
border-color: #FD504A;
}
.TagClassName
{
border-color: #FD504A;
}
</style>