Shades of Sunset Orange #FF4A38
Tints of Sunset Orange #FF4A38
RGB
CMYK
RGB Variations
Color information
#FF4A38 (or 0xFF4A38) is known color: Sunset Orange. HEX triplet: FF, 4A and 38. RGB value is (255,74,56). Sum of RGB (Red+Green+Blue) = 255+74+56=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A38 is #00B5C7. Grayscale: #7E7E7E. Windows color (decimal): -46536 or 3689215. OLE color: 3689215.
HSL color Cylindrical-coordinate representation of color #FF4A38: hue angle of 5.43º 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 #FF4A38 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 56 | - |
| CMYK | 0 | 0.71 | 0.78 | 0 |
| HSL | 5.43º | 1% | 0.61% | - |
| HSV(B) | 5.43º | 0.78% | 1% | - |
| XYZ | 44.4 | 26.44 | 6.51 | - |
| YUV | 126.07 | 88.47 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 56 | 0 | 0.71 | 0.78 | 0 | 5.43 | 1 | 0.61 |
| Hex | FF | 4A | 38 | 0 | 47 | 4E | 0 | 5 | 64 | 3D |
| Octal | 377 | 112 | 70 | 0 | 107 | 116 | 0 | 5 | 144 | 75 |
| Binary | 11111111 | 1001010 | 111000 | 0 | 1000111 | 1001110 | 0 | 101 | 1100100 | 111101 |
Color Harmonies of #FF4A38
Complementary color
Monochromatic Colors of #FF4A38
Black with #FF4A38
Text Example
Text Example
White with #FF4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A38; }
p { color: rgb(255,74,56); }
H1.HeaderClassName
{
color: #FF4A38;
}
.AnyTagClassName
{
color: #FF4A38;
}
</style>
background-color css
<style>
a { background-color: #FF4A38; }
a { background-color: rgb(255,74,56); }
div.DivClassName
{
background-color: #FF4A38;
}
.BgClassName
{
background-color: #FF4A38;
}
</style>
border-color css
<style>
span { border-color: #FF4A38; }
span { border-color: rgb(255,74,56); }
td.TdClassName
{
border-color: #FF4A38;
}
.TagClassName
{
border-color: #FF4A38;
}
</style>