Shades of Sunset Orange #FD524E
Tints of Sunset Orange #FD524E
RGB
CMYK
RGB Variations
Color information
#FD524E (or 0xFD524E) is known color: Sunset Orange. HEX triplet: FD, 52 and 4E. RGB value is (253,82,78). Sum of RGB (Red+Green+Blue) = 253+82+78=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD524E is #02ADB1. Grayscale: #848484. Windows color (decimal): -175538 or 5133053. OLE color: 5133053.
HSL color Cylindrical-coordinate representation of color #FD524E: hue angle of 1.37º degrees, saturation: 0.98, 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 #FD524E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 82 | 78 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.01 |
| HSL | 1.37º | 0.98% | 0.65% | - |
| HSV(B) | 1.37º | 0.69% | 0.99% | - |
| XYZ | 44.9 | 27.47 | 10.14 | - |
| YUV | 132.67 | 97.15 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 82 | 78 | 0 | 0.68 | 0.69 | 0.01 | 1.37 | 0.98 | 0.65 |
| Hex | FD | 52 | 4E | 0 | 44 | 45 | 1 | 1 | 62 | 41 |
| Octal | 375 | 122 | 116 | 0 | 104 | 105 | 1 | 1 | 142 | 101 |
| Binary | 11111101 | 1010010 | 1001110 | 0 | 1000100 | 1000101 | 1 | 1 | 1100010 | 1000001 |
Color Harmonies of #FD524E
Complementary color
Monochromatic Colors of #FD524E
Black with #FD524E
Text Example
Text Example
White with #FD524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD524E; }
p { color: rgb(253,82,78); }
H1.HeaderClassName
{
color: #FD524E;
}
.AnyTagClassName
{
color: #FD524E;
}
</style>
background-color css
<style>
a { background-color: #FD524E; }
a { background-color: rgb(253,82,78); }
div.DivClassName
{
background-color: #FD524E;
}
.BgClassName
{
background-color: #FD524E;
}
</style>
border-color css
<style>
span { border-color: #FD524E; }
span { border-color: rgb(253,82,78); }
td.TdClassName
{
border-color: #FD524E;
}
.TagClassName
{
border-color: #FD524E;
}
</style>