Shades of Sunset Orange #FF4D36
Tints of Sunset Orange #FF4D36
RGB
CMYK
RGB Variations
Color information
#FF4D36 (or 0xFF4D36) is known color: Sunset Orange. HEX triplet: FF, 4D and 36. RGB value is (255,77,54). Sum of RGB (Red+Green+Blue) = 255+77+54=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 54 (21.48% from 255 or 13.99% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D36 is #00B2C9. Grayscale: #7F7F7F. Windows color (decimal): -45770 or 3558911. OLE color: 3558911.
HSL color Cylindrical-coordinate representation of color #FF4D36: hue angle of 6.87º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF4D36 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 54 | - |
| CMYK | 0 | 0.70 | 0.79 | 0 |
| HSL | 6.87º | 1% | 0.61% | - |
| HSV(B) | 6.87º | 0.79% | 1% | - |
| XYZ | 44.56 | 26.83 | 6.32 | - |
| YUV | 127.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 54 | 0 | 0.70 | 0.79 | 0 | 6.87 | 1 | 0.61 |
| Hex | FF | 4D | 36 | 0 | 46 | 4F | 0 | 7 | 64 | 3D |
| Octal | 377 | 115 | 66 | 0 | 106 | 117 | 0 | 7 | 144 | 75 |
| Binary | 11111111 | 1001101 | 110110 | 0 | 1000110 | 1001111 | 0 | 111 | 1100100 | 111101 |
Color Harmonies of #FF4D36
Complementary color
Monochromatic Colors of #FF4D36
Black with #FF4D36
Text Example
Text Example
White with #FF4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D36; }
p { color: rgb(255,77,54); }
H1.HeaderClassName
{
color: #FF4D36;
}
.AnyTagClassName
{
color: #FF4D36;
}
</style>
background-color css
<style>
a { background-color: #FF4D36; }
a { background-color: rgb(255,77,54); }
div.DivClassName
{
background-color: #FF4D36;
}
.BgClassName
{
background-color: #FF4D36;
}
</style>
border-color css
<style>
span { border-color: #FF4D36; }
span { border-color: rgb(255,77,54); }
td.TdClassName
{
border-color: #FF4D36;
}
.TagClassName
{
border-color: #FF4D36;
}
</style>