Shades of Sunshade #FE984E
Tints of Sunshade #FE984E
RGB
CMYK
RGB Variations
Color information
#FE984E (or 0xFE984E) is known color: Sunshade. HEX triplet: FE, 98 and 4E. RGB value is (254,152,78). Sum of RGB (Red+Green+Blue) = 254+152+78=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 78 (30.86% from 255 or 16.12% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE984E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE984E is #0167B1. Grayscale: #AEAEAE. Windows color (decimal): -92082 or 5150974. OLE color: 5150974.
HSL color Cylindrical-coordinate representation of color #FE984E: hue angle of 25.23º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE984E is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 78 | - |
| CMYK | 0 | 0.40 | 0.69 | 0.00 |
| HSL | 25.23º | 0.99% | 0.65% | - |
| HSV(B) | 25.23º | 0.69% | 1% | - |
| XYZ | 53.48 | 44.08 | 12.9 | - |
| YUV | 174.06 | 73.79 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 78 | 0 | 0.40 | 0.69 | 0.00 | 25.23 | 0.99 | 0.65 |
| Hex | FE | 98 | 4E | 0 | 28 | 45 | 0 | 19 | 63 | 41 |
| Octal | 376 | 230 | 116 | 0 | 50 | 105 | 0 | 31 | 143 | 101 |
| Binary | 11111110 | 10011000 | 1001110 | 0 | 101000 | 1000101 | 0 | 11001 | 1100011 | 1000001 |
Color Harmonies of #FE984E
Complementary color
Monochromatic Colors of #FE984E
Black with #FE984E
Text Example
Text Example
White with #FE984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE984E; }
p { color: rgb(254,152,78); }
H1.HeaderClassName
{
color: #FE984E;
}
.AnyTagClassName
{
color: #FE984E;
}
</style>
background-color css
<style>
a { background-color: #FE984E; }
a { background-color: rgb(254,152,78); }
div.DivClassName
{
background-color: #FE984E;
}
.BgClassName
{
background-color: #FE984E;
}
</style>
border-color css
<style>
span { border-color: #FE984E; }
span { border-color: rgb(254,152,78); }
td.TdClassName
{
border-color: #FE984E;
}
.TagClassName
{
border-color: #FE984E;
}
</style>