Shades of Sunshade #FE9842
Tints of Sunshade #FE9842
RGB
CMYK
RGB Variations
Color information
#FE9842 (or 0xFE9842) is known color: Sunshade. HEX triplet: FE, 98 and 42. RGB value is (254,152,66). Sum of RGB (Red+Green+Blue) = 254+152+66=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9842 is #0167BD. Grayscale: #ADADAD. Windows color (decimal): -92094 or 4364542. OLE color: 4364542.
HSL color Cylindrical-coordinate representation of color #FE9842: hue angle of 27.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE9842 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 152 | 66 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.00 |
| HSL | 27.45º | 0.99% | 0.63% | - |
| HSV(B) | 27.45º | 0.74% | 1% | - |
| XYZ | 53.08 | 43.92 | 10.83 | - |
| YUV | 172.69 | 67.79 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 152 | 66 | 0 | 0.40 | 0.74 | 0.00 | 27.45 | 0.99 | 0.63 |
| Hex | FE | 98 | 42 | 0 | 28 | 4A | 0 | 1B | 63 | 3F |
| Octal | 376 | 230 | 102 | 0 | 50 | 112 | 0 | 33 | 143 | 77 |
| Binary | 11111110 | 10011000 | 1000010 | 0 | 101000 | 1001010 | 0 | 11011 | 1100011 | 111111 |
Color Harmonies of #FE9842
Complementary color
Monochromatic Colors of #FE9842
Black with #FE9842
Text Example
Text Example
White with #FE9842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9842; }
p { color: rgb(254,152,66); }
H1.HeaderClassName
{
color: #FE9842;
}
.AnyTagClassName
{
color: #FE9842;
}
</style>
background-color css
<style>
a { background-color: #FE9842; }
a { background-color: rgb(254,152,66); }
div.DivClassName
{
background-color: #FE9842;
}
.BgClassName
{
background-color: #FE9842;
}
</style>
border-color css
<style>
span { border-color: #FE9842; }
span { border-color: rgb(254,152,66); }
td.TdClassName
{
border-color: #FE9842;
}
.TagClassName
{
border-color: #FE9842;
}
</style>