Shades of Sunset Orange #FF4D42
Tints of Sunset Orange #FF4D42
RGB
CMYK
RGB Variations
Color information
#FF4D42 (or 0xFF4D42) is known color: Sunset Orange. HEX triplet: FF, 4D and 42. RGB value is (255,77,66). Sum of RGB (Red+Green+Blue) = 255+77+66=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D42 is #00B2BD. Grayscale: #818181. Windows color (decimal): -45758 or 4345343. OLE color: 4345343.
HSL color Cylindrical-coordinate representation of color #FF4D42: hue angle of 3.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4D42 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 66 | - |
| CMYK | 0 | 0.70 | 0.74 | 0 |
| HSL | 3.49º | 1% | 0.63% | - |
| HSV(B) | 3.49º | 0.74% | 1% | - |
| XYZ | 44.88 | 26.96 | 7.99 | - |
| YUV | 128.97 | 92.47 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 66 | 0 | 0.70 | 0.74 | 0 | 3.49 | 1 | 0.63 |
| Hex | FF | 4D | 42 | 0 | 46 | 4A | 0 | 3 | 64 | 3F |
| Octal | 377 | 115 | 102 | 0 | 106 | 112 | 0 | 3 | 144 | 77 |
| Binary | 11111111 | 1001101 | 1000010 | 0 | 1000110 | 1001010 | 0 | 11 | 1100100 | 111111 |
Color Harmonies of #FF4D42
Complementary color
Monochromatic Colors of #FF4D42
Black with #FF4D42
Text Example
Text Example
White with #FF4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D42; }
p { color: rgb(255,77,66); }
H1.HeaderClassName
{
color: #FF4D42;
}
.AnyTagClassName
{
color: #FF4D42;
}
</style>
background-color css
<style>
a { background-color: #FF4D42; }
a { background-color: rgb(255,77,66); }
div.DivClassName
{
background-color: #FF4D42;
}
.BgClassName
{
background-color: #FF4D42;
}
</style>
border-color css
<style>
span { border-color: #FF4D42; }
span { border-color: rgb(255,77,66); }
td.TdClassName
{
border-color: #FF4D42;
}
.TagClassName
{
border-color: #FF4D42;
}
</style>