Shades of Sunset Orange #FF4A40
Tints of Sunset Orange #FF4A40
RGB
CMYK
RGB Variations
Color information
#FF4A40 (or 0xFF4A40) is known color: Sunset Orange. HEX triplet: FF, 4A and 40. RGB value is (255,74,64). Sum of RGB (Red+Green+Blue) = 255+74+64=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A40 is #00B5BF. Grayscale: #7F7F7F. Windows color (decimal): -46528 or 4213503. OLE color: 4213503.
HSL color Cylindrical-coordinate representation of color #FF4A40: hue angle of 3.14º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4A40 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 64 | - |
| CMYK | 0 | 0.71 | 0.75 | 0 |
| HSL | 3.14º | 1% | 0.63% | - |
| HSV(B) | 3.14º | 0.75% | 1% | - |
| XYZ | 44.61 | 26.53 | 7.62 | - |
| YUV | 126.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 64 | 0 | 0.71 | 0.75 | 0 | 3.14 | 1 | 0.63 |
| Hex | FF | 4A | 40 | 0 | 47 | 4B | 0 | 3 | 64 | 3F |
| Octal | 377 | 112 | 100 | 0 | 107 | 113 | 0 | 3 | 144 | 77 |
| Binary | 11111111 | 1001010 | 1000000 | 0 | 1000111 | 1001011 | 0 | 11 | 1100100 | 111111 |
Color Harmonies of #FF4A40
Complementary color
Monochromatic Colors of #FF4A40
Black with #FF4A40
Text Example
Text Example
White with #FF4A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A40; }
p { color: rgb(255,74,64); }
H1.HeaderClassName
{
color: #FF4A40;
}
.AnyTagClassName
{
color: #FF4A40;
}
</style>
background-color css
<style>
a { background-color: #FF4A40; }
a { background-color: rgb(255,74,64); }
div.DivClassName
{
background-color: #FF4A40;
}
.BgClassName
{
background-color: #FF4A40;
}
</style>
border-color css
<style>
span { border-color: #FF4A40; }
span { border-color: rgb(255,74,64); }
td.TdClassName
{
border-color: #FF4A40;
}
.TagClassName
{
border-color: #FF4A40;
}
</style>