Shades of Sunset Orange #FE5446
Tints of Sunset Orange #FE5446
RGB
CMYK
RGB Variations
Color information
#FE5446 (or 0xFE5446) is known color: Sunset Orange. HEX triplet: FE, 54 and 46. RGB value is (254,84,70). Sum of RGB (Red+Green+Blue) = 254+84+70=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5446 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5446 is #01ABB9. Grayscale: #858585. Windows color (decimal): -109498 or 4609278. OLE color: 4609278.
HSL color Cylindrical-coordinate representation of color #FE5446: hue angle of 4.57º 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 #FE5446 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 70 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.00 |
| HSL | 4.57º | 0.99% | 0.64% | - |
| HSV(B) | 4.57º | 0.72% | 1% | - |
| XYZ | 45.15 | 27.85 | 8.79 | - |
| YUV | 133.23 | 92.32 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 70 | 0 | 0.67 | 0.72 | 0.00 | 4.57 | 0.99 | 0.64 |
| Hex | FE | 54 | 46 | 0 | 43 | 48 | 0 | 5 | 63 | 40 |
| Octal | 376 | 124 | 106 | 0 | 103 | 110 | 0 | 5 | 143 | 100 |
| Binary | 11111110 | 1010100 | 1000110 | 0 | 1000011 | 1001000 | 0 | 101 | 1100011 | 1000000 |
Color Harmonies of #FE5446
Complementary color
Monochromatic Colors of #FE5446
Black with #FE5446
Text Example
Text Example
White with #FE5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5446; }
p { color: rgb(254,84,70); }
H1.HeaderClassName
{
color: #FE5446;
}
.AnyTagClassName
{
color: #FE5446;
}
</style>
background-color css
<style>
a { background-color: #FE5446; }
a { background-color: rgb(254,84,70); }
div.DivClassName
{
background-color: #FE5446;
}
.BgClassName
{
background-color: #FE5446;
}
</style>
border-color css
<style>
span { border-color: #FE5446; }
span { border-color: rgb(254,84,70); }
td.TdClassName
{
border-color: #FE5446;
}
.TagClassName
{
border-color: #FE5446;
}
</style>