Shades of Sunshade #FE9D52
Tints of Sunshade #FE9D52
RGB
CMYK
RGB Variations
Color information
#FE9D52 (or 0xFE9D52) is known color: Sunshade. HEX triplet: FE, 9D and 52. RGB value is (254,157,82). Sum of RGB (Red+Green+Blue) = 254+157+82=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9D52 is #0162AD. Grayscale: #B1B1B1. Windows color (decimal): -90798 or 5414398. OLE color: 5414398.
HSL color Cylindrical-coordinate representation of color #FE9D52: hue angle of 26.16º 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 #FE9D52 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 82 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.00 |
| HSL | 26.16º | 0.99% | 0.66% | - |
| HSV(B) | 26.16º | 0.68% | 1% | - |
| XYZ | 54.45 | 45.79 | 13.95 | - |
| YUV | 177.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 82 | 0 | 0.38 | 0.68 | 0.00 | 26.16 | 0.99 | 0.66 |
| Hex | FE | 9D | 52 | 0 | 26 | 44 | 0 | 1A | 63 | 42 |
| Octal | 376 | 235 | 122 | 0 | 46 | 104 | 0 | 32 | 143 | 102 |
| Binary | 11111110 | 10011101 | 1010010 | 0 | 100110 | 1000100 | 0 | 11010 | 1100011 | 1000010 |
Color Harmonies of #FE9D52
Complementary color
Monochromatic Colors of #FE9D52
Black with #FE9D52
Text Example
Text Example
White with #FE9D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9D52; }
p { color: rgb(254,157,82); }
H1.HeaderClassName
{
color: #FE9D52;
}
.AnyTagClassName
{
color: #FE9D52;
}
</style>
background-color css
<style>
a { background-color: #FE9D52; }
a { background-color: rgb(254,157,82); }
div.DivClassName
{
background-color: #FE9D52;
}
.BgClassName
{
background-color: #FE9D52;
}
</style>
border-color css
<style>
span { border-color: #FE9D52; }
span { border-color: rgb(254,157,82); }
td.TdClassName
{
border-color: #FE9D52;
}
.TagClassName
{
border-color: #FE9D52;
}
</style>