Shades of Sunset Orange #FE4C46
Tints of Sunset Orange #FE4C46
RGB
CMYK
RGB Variations
Color information
#FE4C46 (or 0xFE4C46) is known color: Sunset Orange. HEX triplet: FE, 4C and 46. RGB value is (254,76,70). Sum of RGB (Red+Green+Blue) = 254+76+70=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4C46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4C46 is #01B3B9. Grayscale: #808080. Windows color (decimal): -111546 or 4607230. OLE color: 4607230.
HSL color Cylindrical-coordinate representation of color #FE4C46: hue angle of 1.96º 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 #FE4C46 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 76 | 70 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.00 |
| HSL | 1.96º | 0.99% | 0.64% | - |
| HSV(B) | 1.96º | 0.72% | 1% | - |
| XYZ | 44.56 | 26.68 | 8.6 | - |
| YUV | 128.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 76 | 70 | 0 | 0.70 | 0.72 | 0.00 | 1.96 | 0.99 | 0.64 |
| Hex | FE | 4C | 46 | 0 | 46 | 48 | 0 | 2 | 63 | 40 |
| Octal | 376 | 114 | 106 | 0 | 106 | 110 | 0 | 2 | 143 | 100 |
| Binary | 11111110 | 1001100 | 1000110 | 0 | 1000110 | 1001000 | 0 | 10 | 1100011 | 1000000 |
Color Harmonies of #FE4C46
Complementary color
Monochromatic Colors of #FE4C46
Black with #FE4C46
Text Example
Text Example
White with #FE4C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4C46; }
p { color: rgb(254,76,70); }
H1.HeaderClassName
{
color: #FE4C46;
}
.AnyTagClassName
{
color: #FE4C46;
}
</style>
background-color css
<style>
a { background-color: #FE4C46; }
a { background-color: rgb(254,76,70); }
div.DivClassName
{
background-color: #FE4C46;
}
.BgClassName
{
background-color: #FE4C46;
}
</style>
border-color css
<style>
span { border-color: #FE4C46; }
span { border-color: rgb(254,76,70); }
td.TdClassName
{
border-color: #FE4C46;
}
.TagClassName
{
border-color: #FE4C46;
}
</style>