Shades of Sunset Orange #FF4D41
Tints of Sunset Orange #FF4D41
RGB
CMYK
RGB Variations
Color information
#FF4D41 (or 0xFF4D41) is known color: Sunset Orange. HEX triplet: FF, 4D and 41. RGB value is (255,77,65). Sum of RGB (Red+Green+Blue) = 255+77+65=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D41 is #00B2BE. Grayscale: #818181. Windows color (decimal): -45759 or 4279807. OLE color: 4279807.
HSL color Cylindrical-coordinate representation of color #FF4D41: hue angle of 3.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4D41 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 65 | - |
| CMYK | 0 | 0.70 | 0.75 | 0 |
| HSL | 3.79º | 1% | 0.63% | - |
| HSV(B) | 3.79º | 0.75% | 1% | - |
| XYZ | 44.85 | 26.95 | 7.84 | - |
| YUV | 128.85 | 91.97 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 65 | 0 | 0.70 | 0.75 | 0 | 3.79 | 1 | 0.63 |
| Hex | FF | 4D | 41 | 0 | 46 | 4B | 0 | 4 | 64 | 3F |
| Octal | 377 | 115 | 101 | 0 | 106 | 113 | 0 | 4 | 144 | 77 |
| Binary | 11111111 | 1001101 | 1000001 | 0 | 1000110 | 1001011 | 0 | 100 | 1100100 | 111111 |
Color Harmonies of #FF4D41
Complementary color
Monochromatic Colors of #FF4D41
Black with #FF4D41
Text Example
Text Example
White with #FF4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D41; }
p { color: rgb(255,77,65); }
H1.HeaderClassName
{
color: #FF4D41;
}
.AnyTagClassName
{
color: #FF4D41;
}
</style>
background-color css
<style>
a { background-color: #FF4D41; }
a { background-color: rgb(255,77,65); }
div.DivClassName
{
background-color: #FF4D41;
}
.BgClassName
{
background-color: #FF4D41;
}
</style>
border-color css
<style>
span { border-color: #FF4D41; }
span { border-color: rgb(255,77,65); }
td.TdClassName
{
border-color: #FF4D41;
}
.TagClassName
{
border-color: #FF4D41;
}
</style>