Shades of Sunshade #FE9952
Tints of Sunshade #FE9952
RGB
CMYK
RGB Variations
Color information
#FE9952 (or 0xFE9952) is known color: Sunshade. HEX triplet: FE, 99 and 52. RGB value is (254,153,82). Sum of RGB (Red+Green+Blue) = 254+153+82=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9952 is #0166AD. Grayscale: #AFAFAF. Windows color (decimal): -91822 or 5413374. OLE color: 5413374.
HSL color Cylindrical-coordinate representation of color #FE9952: hue angle of 24.77º 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 #FE9952 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 153 | 82 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.00 |
| HSL | 24.77º | 0.99% | 0.66% | - |
| HSV(B) | 24.77º | 0.68% | 1% | - |
| XYZ | 53.79 | 44.46 | 13.73 | - |
| YUV | 175.11 | 75.46 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 153 | 82 | 0 | 0.40 | 0.68 | 0.00 | 24.77 | 0.99 | 0.66 |
| Hex | FE | 99 | 52 | 0 | 28 | 44 | 0 | 19 | 63 | 42 |
| Octal | 376 | 231 | 122 | 0 | 50 | 104 | 0 | 31 | 143 | 102 |
| Binary | 11111110 | 10011001 | 1010010 | 0 | 101000 | 1000100 | 0 | 11001 | 1100011 | 1000010 |
Color Harmonies of #FE9952
Complementary color
Monochromatic Colors of #FE9952
Black with #FE9952
Text Example
Text Example
White with #FE9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9952; }
p { color: rgb(254,153,82); }
H1.HeaderClassName
{
color: #FE9952;
}
.AnyTagClassName
{
color: #FE9952;
}
</style>
background-color css
<style>
a { background-color: #FE9952; }
a { background-color: rgb(254,153,82); }
div.DivClassName
{
background-color: #FE9952;
}
.BgClassName
{
background-color: #FE9952;
}
</style>
border-color css
<style>
span { border-color: #FE9952; }
span { border-color: rgb(254,153,82); }
td.TdClassName
{
border-color: #FE9952;
}
.TagClassName
{
border-color: #FE9952;
}
</style>