Shades of Sunset Orange #FD5640
Tints of Sunset Orange #FD5640
RGB
CMYK
RGB Variations
Color information
#FD5640 (or 0xFD5640) is known color: Sunset Orange. HEX triplet: FD, 56 and 40. RGB value is (253,86,64). Sum of RGB (Red+Green+Blue) = 253+86+64=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5640 is #02A9BF. Grayscale: #858585. Windows color (decimal): -174528 or 4216573. OLE color: 4216573.
HSL color Cylindrical-coordinate representation of color #FD5640: hue angle of 6.98º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD5640 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 86 | 64 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.01 |
| HSL | 6.98º | 0.98% | 0.62% | - |
| HSV(B) | 6.98º | 0.75% | 0.99% | - |
| XYZ | 44.76 | 27.91 | 7.88 | - |
| YUV | 133.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 86 | 64 | 0 | 0.66 | 0.75 | 0.01 | 6.98 | 0.98 | 0.62 |
| Hex | FD | 56 | 40 | 0 | 42 | 4B | 1 | 7 | 62 | 3E |
| Octal | 375 | 126 | 100 | 0 | 102 | 113 | 1 | 7 | 142 | 76 |
| Binary | 11111101 | 1010110 | 1000000 | 0 | 1000010 | 1001011 | 1 | 111 | 1100010 | 111110 |
Color Harmonies of #FD5640
Complementary color
Monochromatic Colors of #FD5640
Black with #FD5640
Text Example
Text Example
White with #FD5640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5640; }
p { color: rgb(253,86,64); }
H1.HeaderClassName
{
color: #FD5640;
}
.AnyTagClassName
{
color: #FD5640;
}
</style>
background-color css
<style>
a { background-color: #FD5640; }
a { background-color: rgb(253,86,64); }
div.DivClassName
{
background-color: #FD5640;
}
.BgClassName
{
background-color: #FD5640;
}
</style>
border-color css
<style>
span { border-color: #FD5640; }
span { border-color: rgb(253,86,64); }
td.TdClassName
{
border-color: #FD5640;
}
.TagClassName
{
border-color: #FD5640;
}
</style>