Shades of Sunset Orange #FE4946
Tints of Sunset Orange #FE4946
RGB
CMYK
RGB Variations
Color information
#FE4946 (or 0xFE4946) is known color: Sunset Orange. HEX triplet: FE, 49 and 46. RGB value is (254,73,70). Sum of RGB (Red+Green+Blue) = 254+73+70=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4946 is #01B6B9. Grayscale: #7E7E7E. Windows color (decimal): -112314 or 4606462. OLE color: 4606462.
HSL color Cylindrical-coordinate representation of color #FE4946: hue angle of 0.98º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4946 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 73 | 70 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.00 |
| HSL | 0.98º | 0.99% | 0.64% | - |
| HSV(B) | 0.98º | 0.72% | 1% | - |
| XYZ | 44.36 | 26.28 | 8.53 | - |
| YUV | 126.78 | 95.97 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 73 | 70 | 0 | 0.71 | 0.72 | 0.00 | 0.98 | 0.99 | 0.64 |
| Hex | FE | 49 | 46 | 0 | 47 | 48 | 0 | 1 | 63 | 40 |
| Octal | 376 | 111 | 106 | 0 | 107 | 110 | 0 | 1 | 143 | 100 |
| Binary | 11111110 | 1001001 | 1000110 | 0 | 1000111 | 1001000 | 0 | 1 | 1100011 | 1000000 |
Color Harmonies of #FE4946
Complementary color
Monochromatic Colors of #FE4946
Black with #FE4946
Text Example
Text Example
White with #FE4946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4946; }
p { color: rgb(254,73,70); }
H1.HeaderClassName
{
color: #FE4946;
}
.AnyTagClassName
{
color: #FE4946;
}
</style>
background-color css
<style>
a { background-color: #FE4946; }
a { background-color: rgb(254,73,70); }
div.DivClassName
{
background-color: #FE4946;
}
.BgClassName
{
background-color: #FE4946;
}
</style>
border-color css
<style>
span { border-color: #FE4946; }
span { border-color: rgb(254,73,70); }
td.TdClassName
{
border-color: #FE4946;
}
.TagClassName
{
border-color: #FE4946;
}
</style>