Shades of Sunset Orange #FF4B37
Tints of Sunset Orange #FF4B37
RGB
CMYK
RGB Variations
Color information
#FF4B37 (or 0xFF4B37) is known color: Sunset Orange. HEX triplet: FF, 4B and 37. RGB value is (255,75,55). Sum of RGB (Red+Green+Blue) = 255+75+55=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B37 is #00B4C8. Grayscale: #7E7E7E. Windows color (decimal): -46281 or 3623935. OLE color: 3623935.
HSL color Cylindrical-coordinate representation of color #FF4B37: hue angle of 6º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF4B37 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 55 | - |
| CMYK | 0 | 0.71 | 0.78 | 0 |
| HSL | 6º | 1% | 0.61% | - |
| HSV(B) | 6º | 0.78% | 1% | - |
| XYZ | 44.45 | 26.57 | 6.4 | - |
| YUV | 126.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 55 | 0 | 0.71 | 0.78 | 0 | 6 | 1 | 0.61 |
| Hex | FF | 4B | 37 | 0 | 47 | 4E | 0 | 6 | 64 | 3D |
| Octal | 377 | 113 | 67 | 0 | 107 | 116 | 0 | 6 | 144 | 75 |
| Binary | 11111111 | 1001011 | 110111 | 0 | 1000111 | 1001110 | 0 | 110 | 1100100 | 111101 |
Color Harmonies of #FF4B37
Complementary color
Monochromatic Colors of #FF4B37
Black with #FF4B37
Text Example
Text Example
White with #FF4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B37; }
p { color: rgb(255,75,55); }
H1.HeaderClassName
{
color: #FF4B37;
}
.AnyTagClassName
{
color: #FF4B37;
}
</style>
background-color css
<style>
a { background-color: #FF4B37; }
a { background-color: rgb(255,75,55); }
div.DivClassName
{
background-color: #FF4B37;
}
.BgClassName
{
background-color: #FF4B37;
}
</style>
border-color css
<style>
span { border-color: #FF4B37; }
span { border-color: rgb(255,75,55); }
td.TdClassName
{
border-color: #FF4B37;
}
.TagClassName
{
border-color: #FF4B37;
}
</style>