Shades of Sunset Orange #FE5246
Tints of Sunset Orange #FE5246
RGB
CMYK
RGB Variations
Color information
#FE5246 (or 0xFE5246) is known color: Sunset Orange. HEX triplet: FE, 52 and 46. RGB value is (254,82,70). Sum of RGB (Red+Green+Blue) = 254+82+70=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5246 is #01ADB9. Grayscale: #848484. Windows color (decimal): -110010 or 4608766. OLE color: 4608766.
HSL color Cylindrical-coordinate representation of color #FE5246: hue angle of 3.91º 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 #FE5246 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 70 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.00 |
| HSL | 3.91º | 0.99% | 0.64% | - |
| HSV(B) | 3.91º | 0.72% | 1% | - |
| XYZ | 45 | 27.55 | 8.74 | - |
| YUV | 132.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 70 | 0 | 0.68 | 0.72 | 0.00 | 3.91 | 0.99 | 0.64 |
| Hex | FE | 52 | 46 | 0 | 44 | 48 | 0 | 4 | 63 | 40 |
| Octal | 376 | 122 | 106 | 0 | 104 | 110 | 0 | 4 | 143 | 100 |
| Binary | 11111110 | 1010010 | 1000110 | 0 | 1000100 | 1001000 | 0 | 100 | 1100011 | 1000000 |
Color Harmonies of #FE5246
Complementary color
Monochromatic Colors of #FE5246
Black with #FE5246
Text Example
Text Example
White with #FE5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5246; }
p { color: rgb(254,82,70); }
H1.HeaderClassName
{
color: #FE5246;
}
.AnyTagClassName
{
color: #FE5246;
}
</style>
background-color css
<style>
a { background-color: #FE5246; }
a { background-color: rgb(254,82,70); }
div.DivClassName
{
background-color: #FE5246;
}
.BgClassName
{
background-color: #FE5246;
}
</style>
border-color css
<style>
span { border-color: #FE5246; }
span { border-color: rgb(254,82,70); }
td.TdClassName
{
border-color: #FE5246;
}
.TagClassName
{
border-color: #FE5246;
}
</style>