Shades of Sunset Orange #FF4A37
Tints of Sunset Orange #FF4A37
RGB
CMYK
RGB Variations
Color information
#FF4A37 (or 0xFF4A37) is known color: Sunset Orange. HEX triplet: FF, 4A and 37. RGB value is (255,74,55). Sum of RGB (Red+Green+Blue) = 255+74+55=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A37 is #00B5C8. Grayscale: #7E7E7E. Windows color (decimal): -46537 or 3623679. OLE color: 3623679.
HSL color Cylindrical-coordinate representation of color #FF4A37: hue angle of 5.7º 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 #FF4A37 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 55 | - |
| CMYK | 0 | 0.71 | 0.78 | 0 |
| HSL | 5.7º | 1% | 0.61% | - |
| HSV(B) | 5.7º | 0.78% | 1% | - |
| XYZ | 44.38 | 26.43 | 6.38 | - |
| YUV | 125.95 | 87.97 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 55 | 0 | 0.71 | 0.78 | 0 | 5.7 | 1 | 0.61 |
| Hex | FF | 4A | 37 | 0 | 47 | 4E | 0 | 6 | 64 | 3D |
| Octal | 377 | 112 | 67 | 0 | 107 | 116 | 0 | 6 | 144 | 75 |
| Binary | 11111111 | 1001010 | 110111 | 0 | 1000111 | 1001110 | 0 | 110 | 1100100 | 111101 |
Color Harmonies of #FF4A37
Complementary color
Monochromatic Colors of #FF4A37
Black with #FF4A37
Text Example
Text Example
White with #FF4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A37; }
p { color: rgb(255,74,55); }
H1.HeaderClassName
{
color: #FF4A37;
}
.AnyTagClassName
{
color: #FF4A37;
}
</style>
background-color css
<style>
a { background-color: #FF4A37; }
a { background-color: rgb(255,74,55); }
div.DivClassName
{
background-color: #FF4A37;
}
.BgClassName
{
background-color: #FF4A37;
}
</style>
border-color css
<style>
span { border-color: #FF4A37; }
span { border-color: rgb(255,74,55); }
td.TdClassName
{
border-color: #FF4A37;
}
.TagClassName
{
border-color: #FF4A37;
}
</style>