Shades of Sunset Orange #FD4D41
Tints of Sunset Orange #FD4D41
RGB
CMYK
RGB Variations
Color information
#FD4D41 (or 0xFD4D41) is known color: Sunset Orange. HEX triplet: FD, 4D and 41. RGB value is (253,77,65). Sum of RGB (Red+Green+Blue) = 253+77+65=395 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.05% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4D41 is #02B2BE. Grayscale: #808080. Windows color (decimal): -176831 or 4279805. OLE color: 4279805.
HSL color Cylindrical-coordinate representation of color #FD4D41: hue angle of 3.83º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4D41 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 65 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.01 |
| HSL | 3.83º | 0.98% | 0.62% | - |
| HSV(B) | 3.83º | 0.74% | 0.99% | - |
| XYZ | 44.12 | 26.57 | 7.8 | - |
| YUV | 128.26 | 92.31 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 65 | 0 | 0.70 | 0.74 | 0.01 | 3.83 | 0.98 | 0.62 |
| Hex | FD | 4D | 41 | 0 | 46 | 4A | 1 | 4 | 62 | 3E |
| Octal | 375 | 115 | 101 | 0 | 106 | 112 | 1 | 4 | 142 | 76 |
| Binary | 11111101 | 1001101 | 1000001 | 0 | 1000110 | 1001010 | 1 | 100 | 1100010 | 111110 |
Color Harmonies of #FD4D41
Complementary color
Monochromatic Colors of #FD4D41
Black with #FD4D41
Text Example
Text Example
White with #FD4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D41; }
p { color: rgb(253,77,65); }
H1.HeaderClassName
{
color: #FD4D41;
}
.AnyTagClassName
{
color: #FD4D41;
}
</style>
background-color css
<style>
a { background-color: #FD4D41; }
a { background-color: rgb(253,77,65); }
div.DivClassName
{
background-color: #FD4D41;
}
.BgClassName
{
background-color: #FD4D41;
}
</style>
border-color css
<style>
span { border-color: #FD4D41; }
span { border-color: rgb(253,77,65); }
td.TdClassName
{
border-color: #FD4D41;
}
.TagClassName
{
border-color: #FD4D41;
}
</style>