Shades of Sunset Orange #FD4E42
Tints of Sunset Orange #FD4E42
RGB
CMYK
RGB Variations
Color information
#FD4E42 (or 0xFD4E42) is known color: Sunset Orange. HEX triplet: FD, 4E and 42. RGB value is (253,78,66). Sum of RGB (Red+Green+Blue) = 253+78+66=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD4E42 is #02B1BD. Grayscale: #818181. Windows color (decimal): -176574 or 4345597. OLE color: 4345597.
HSL color Cylindrical-coordinate representation of color #FD4E42: hue angle of 3.85º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4E42 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 78 | 66 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.01 |
| HSL | 3.85º | 0.98% | 0.63% | - |
| HSV(B) | 3.85º | 0.74% | 0.99% | - |
| XYZ | 44.22 | 26.72 | 7.98 | - |
| YUV | 128.96 | 92.48 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 66 | 0 | 0.69 | 0.74 | 0.01 | 3.85 | 0.98 | 0.63 |
| Hex | FD | 4E | 42 | 0 | 45 | 4A | 1 | 4 | 62 | 3F |
| Octal | 375 | 116 | 102 | 0 | 105 | 112 | 1 | 4 | 142 | 77 |
| Binary | 11111101 | 1001110 | 1000010 | 0 | 1000101 | 1001010 | 1 | 100 | 1100010 | 111111 |
Color Harmonies of #FD4E42
Complementary color
Monochromatic Colors of #FD4E42
Black with #FD4E42
Text Example
Text Example
White with #FD4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4E42; }
p { color: rgb(253,78,66); }
H1.HeaderClassName
{
color: #FD4E42;
}
.AnyTagClassName
{
color: #FD4E42;
}
</style>
background-color css
<style>
a { background-color: #FD4E42; }
a { background-color: rgb(253,78,66); }
div.DivClassName
{
background-color: #FD4E42;
}
.BgClassName
{
background-color: #FD4E42;
}
</style>
border-color css
<style>
span { border-color: #FD4E42; }
span { border-color: rgb(253,78,66); }
td.TdClassName
{
border-color: #FD4E42;
}
.TagClassName
{
border-color: #FD4E42;
}
</style>