Shades of Sunset Orange #FF4C36
Tints of Sunset Orange #FF4C36
RGB
CMYK
RGB Variations
Color information
#FF4C36 (or 0xFF4C36) is known color: Sunset Orange. HEX triplet: FF, 4C and 36. RGB value is (255,76,54). Sum of RGB (Red+Green+Blue) = 255+76+54=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C36 is #00B3C9. Grayscale: #7F7F7F. Windows color (decimal): -46026 or 3558655. OLE color: 3558655.
HSL color Cylindrical-coordinate representation of color #FF4C36: hue angle of 6.57º 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 #FF4C36 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 54 | - |
| CMYK | 0 | 0.70 | 0.79 | 0 |
| HSL | 6.57º | 1% | 0.61% | - |
| HSV(B) | 6.57º | 0.79% | 1% | - |
| XYZ | 44.49 | 26.7 | 6.3 | - |
| YUV | 127.01 | 86.8 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 54 | 0 | 0.70 | 0.79 | 0 | 6.57 | 1 | 0.61 |
| Hex | FF | 4C | 36 | 0 | 46 | 4F | 0 | 7 | 64 | 3D |
| Octal | 377 | 114 | 66 | 0 | 106 | 117 | 0 | 7 | 144 | 75 |
| Binary | 11111111 | 1001100 | 110110 | 0 | 1000110 | 1001111 | 0 | 111 | 1100100 | 111101 |
Color Harmonies of #FF4C36
Complementary color
Monochromatic Colors of #FF4C36
Black with #FF4C36
Text Example
Text Example
White with #FF4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C36; }
p { color: rgb(255,76,54); }
H1.HeaderClassName
{
color: #FF4C36;
}
.AnyTagClassName
{
color: #FF4C36;
}
</style>
background-color css
<style>
a { background-color: #FF4C36; }
a { background-color: rgb(255,76,54); }
div.DivClassName
{
background-color: #FF4C36;
}
.BgClassName
{
background-color: #FF4C36;
}
</style>
border-color css
<style>
span { border-color: #FF4C36; }
span { border-color: rgb(255,76,54); }
td.TdClassName
{
border-color: #FF4C36;
}
.TagClassName
{
border-color: #FF4C36;
}
</style>