Shades of Sunshade #FE9E52
Tints of Sunshade #FE9E52
RGB
CMYK
RGB Variations
Color information
#FE9E52 (or 0xFE9E52) is known color: Sunshade. HEX triplet: FE, 9E and 52. RGB value is (254,158,82). Sum of RGB (Red+Green+Blue) = 254+158+82=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9E52 is #0161AD. Grayscale: #B2B2B2. Windows color (decimal): -90542 or 5414654. OLE color: 5414654.
HSL color Cylindrical-coordinate representation of color #FE9E52: hue angle of 26.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE9E52 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 82 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.00 |
| HSL | 26.51º | 0.99% | 0.66% | - |
| HSV(B) | 26.51º | 0.68% | 1% | - |
| XYZ | 54.62 | 46.13 | 14.01 | - |
| YUV | 178.04 | 73.8 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 82 | 0 | 0.38 | 0.68 | 0.00 | 26.51 | 0.99 | 0.66 |
| Hex | FE | 9E | 52 | 0 | 26 | 44 | 0 | 1B | 63 | 42 |
| Octal | 376 | 236 | 122 | 0 | 46 | 104 | 0 | 33 | 143 | 102 |
| Binary | 11111110 | 10011110 | 1010010 | 0 | 100110 | 1000100 | 0 | 11011 | 1100011 | 1000010 |
Color Harmonies of #FE9E52
Complementary color
Monochromatic Colors of #FE9E52
Black with #FE9E52
Text Example
Text Example
White with #FE9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E52; }
p { color: rgb(254,158,82); }
H1.HeaderClassName
{
color: #FE9E52;
}
.AnyTagClassName
{
color: #FE9E52;
}
</style>
background-color css
<style>
a { background-color: #FE9E52; }
a { background-color: rgb(254,158,82); }
div.DivClassName
{
background-color: #FE9E52;
}
.BgClassName
{
background-color: #FE9E52;
}
</style>
border-color css
<style>
span { border-color: #FE9E52; }
span { border-color: rgb(254,158,82); }
td.TdClassName
{
border-color: #FE9E52;
}
.TagClassName
{
border-color: #FE9E52;
}
</style>