Shades of Sunset Orange #FD4D40
Tints of Sunset Orange #FD4D40
RGB
CMYK
RGB Variations
Color information
#FD4D40 (or 0xFD4D40) is known color: Sunset Orange. HEX triplet: FD, 4D and 40. RGB value is (253,77,64). Sum of RGB (Red+Green+Blue) = 253+77+64=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D40 is #02B2BF. Grayscale: #808080. Windows color (decimal): -176832 or 4214269. OLE color: 4214269.
HSL color Cylindrical-coordinate representation of color #FD4D40: hue angle of 4.13º 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 #FD4D40 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 64 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.01 |
| HSL | 4.13º | 0.98% | 0.62% | - |
| HSV(B) | 4.13º | 0.75% | 0.99% | - |
| XYZ | 44.09 | 26.56 | 7.65 | - |
| YUV | 128.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 64 | 0 | 0.70 | 0.75 | 0.01 | 4.13 | 0.98 | 0.62 |
| Hex | FD | 4D | 40 | 0 | 46 | 4B | 1 | 4 | 62 | 3E |
| Octal | 375 | 115 | 100 | 0 | 106 | 113 | 1 | 4 | 142 | 76 |
| Binary | 11111101 | 1001101 | 1000000 | 0 | 1000110 | 1001011 | 1 | 100 | 1100010 | 111110 |
Color Harmonies of #FD4D40
Complementary color
Monochromatic Colors of #FD4D40
Black with #FD4D40
Text Example
Text Example
White with #FD4D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D40; }
p { color: rgb(253,77,64); }
H1.HeaderClassName
{
color: #FD4D40;
}
.AnyTagClassName
{
color: #FD4D40;
}
</style>
background-color css
<style>
a { background-color: #FD4D40; }
a { background-color: rgb(253,77,64); }
div.DivClassName
{
background-color: #FD4D40;
}
.BgClassName
{
background-color: #FD4D40;
}
</style>
border-color css
<style>
span { border-color: #FD4D40; }
span { border-color: rgb(253,77,64); }
td.TdClassName
{
border-color: #FD4D40;
}
.TagClassName
{
border-color: #FD4D40;
}
</style>