Shades of Sunset Orange #FF4A3E
Tints of Sunset Orange #FF4A3E
RGB
CMYK
RGB Variations
Color information
#FF4A3E (or 0xFF4A3E) is known color: Sunset Orange. HEX triplet: FF, 4A and 3E. RGB value is (255,74,62). Sum of RGB (Red+Green+Blue) = 255+74+62=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A3E is #00B5C1. Grayscale: #7E7E7E. Windows color (decimal): -46530 or 4082431. OLE color: 4082431.
HSL color Cylindrical-coordinate representation of color #FF4A3E: hue angle of 3.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF4A3E is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 62 | - |
| CMYK | 0 | 0.71 | 0.76 | 0 |
| HSL | 3.73º | 1% | 0.62% | - |
| HSV(B) | 3.73º | 0.76% | 1% | - |
| XYZ | 44.56 | 26.51 | 7.32 | - |
| YUV | 126.75 | 91.47 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 62 | 0 | 0.71 | 0.76 | 0 | 3.73 | 1 | 0.62 |
| Hex | FF | 4A | 3E | 0 | 47 | 4C | 0 | 4 | 64 | 3E |
| Octal | 377 | 112 | 76 | 0 | 107 | 114 | 0 | 4 | 144 | 76 |
| Binary | 11111111 | 1001010 | 111110 | 0 | 1000111 | 1001100 | 0 | 100 | 1100100 | 111110 |
Color Harmonies of #FF4A3E
Complementary color
Monochromatic Colors of #FF4A3E
Black with #FF4A3E
Text Example
Text Example
White with #FF4A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A3E; }
p { color: rgb(255,74,62); }
H1.HeaderClassName
{
color: #FF4A3E;
}
.AnyTagClassName
{
color: #FF4A3E;
}
</style>
background-color css
<style>
a { background-color: #FF4A3E; }
a { background-color: rgb(255,74,62); }
div.DivClassName
{
background-color: #FF4A3E;
}
.BgClassName
{
background-color: #FF4A3E;
}
</style>
border-color css
<style>
span { border-color: #FF4A3E; }
span { border-color: rgb(255,74,62); }
td.TdClassName
{
border-color: #FF4A3E;
}
.TagClassName
{
border-color: #FF4A3E;
}
</style>