Shades of Sunset Orange #FD4C40
Tints of Sunset Orange #FD4C40
RGB
CMYK
RGB Variations
Color information
#FD4C40 (or 0xFD4C40) is known color: Sunset Orange. HEX triplet: FD, 4C and 40. RGB value is (253,76,64). Sum of RGB (Red+Green+Blue) = 253+76+64=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD4C40 is #02B3BF. Grayscale: #7F7F7F. Windows color (decimal): -177088 or 4214013. OLE color: 4214013.
HSL color Cylindrical-coordinate representation of color #FD4C40: hue angle of 3.81º 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 #FD4C40 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 64 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.01 |
| HSL | 3.81º | 0.98% | 0.62% | - |
| HSV(B) | 3.81º | 0.75% | 0.99% | - |
| XYZ | 44.02 | 26.42 | 7.63 | - |
| YUV | 127.56 | 92.14 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 64 | 0 | 0.70 | 0.75 | 0.01 | 3.81 | 0.98 | 0.62 |
| Hex | FD | 4C | 40 | 0 | 46 | 4B | 1 | 4 | 62 | 3E |
| Octal | 375 | 114 | 100 | 0 | 106 | 113 | 1 | 4 | 142 | 76 |
| Binary | 11111101 | 1001100 | 1000000 | 0 | 1000110 | 1001011 | 1 | 100 | 1100010 | 111110 |
Color Harmonies of #FD4C40
Complementary color
Monochromatic Colors of #FD4C40
Black with #FD4C40
Text Example
Text Example
White with #FD4C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C40; }
p { color: rgb(253,76,64); }
H1.HeaderClassName
{
color: #FD4C40;
}
.AnyTagClassName
{
color: #FD4C40;
}
</style>
background-color css
<style>
a { background-color: #FD4C40; }
a { background-color: rgb(253,76,64); }
div.DivClassName
{
background-color: #FD4C40;
}
.BgClassName
{
background-color: #FD4C40;
}
</style>
border-color css
<style>
span { border-color: #FD4C40; }
span { border-color: rgb(253,76,64); }
td.TdClassName
{
border-color: #FD4C40;
}
.TagClassName
{
border-color: #FD4C40;
}
</style>