Shades of Sunset Orange #FD504C
Tints of Sunset Orange #FD504C
RGB
CMYK
RGB Variations
Color information
#FD504C (or 0xFD504C) is known color: Sunset Orange. HEX triplet: FD, 50 and 4C. RGB value is (253,80,76). Sum of RGB (Red+Green+Blue) = 253+80+76=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 76 (30.08% from 255 or 18.58% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD504C is #02AFB3. Grayscale: #838383. Windows color (decimal): -176052 or 5001469. OLE color: 5001469.
HSL color Cylindrical-coordinate representation of color #FD504C: hue angle of 1.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD504C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 76 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.01 |
| HSL | 1.36º | 0.98% | 0.65% | - |
| HSV(B) | 1.36º | 0.7% | 0.99% | - |
| XYZ | 44.68 | 27.14 | 9.72 | - |
| YUV | 131.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 76 | 0 | 0.68 | 0.70 | 0.01 | 1.36 | 0.98 | 0.65 |
| Hex | FD | 50 | 4C | 0 | 44 | 46 | 1 | 1 | 62 | 41 |
| Octal | 375 | 120 | 114 | 0 | 104 | 106 | 1 | 1 | 142 | 101 |
| Binary | 11111101 | 1010000 | 1001100 | 0 | 1000100 | 1000110 | 1 | 1 | 1100010 | 1000001 |
Color Harmonies of #FD504C
Complementary color
Monochromatic Colors of #FD504C
Black with #FD504C
Text Example
Text Example
White with #FD504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD504C; }
p { color: rgb(253,80,76); }
H1.HeaderClassName
{
color: #FD504C;
}
.AnyTagClassName
{
color: #FD504C;
}
</style>
background-color css
<style>
a { background-color: #FD504C; }
a { background-color: rgb(253,80,76); }
div.DivClassName
{
background-color: #FD504C;
}
.BgClassName
{
background-color: #FD504C;
}
</style>
border-color css
<style>
span { border-color: #FD504C; }
span { border-color: rgb(253,80,76); }
td.TdClassName
{
border-color: #FD504C;
}
.TagClassName
{
border-color: #FD504C;
}
</style>