Shades of Sunshade #FE9F52
Tints of Sunshade #FE9F52
RGB
CMYK
RGB Variations
Color information
#FE9F52 (or 0xFE9F52) is known color: Sunshade. HEX triplet: FE, 9F and 52. RGB value is (254,159,82). Sum of RGB (Red+Green+Blue) = 254+159+82=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9F52 is #0160AD. Grayscale: #B3B3B3. Windows color (decimal): -90286 or 5414910. OLE color: 5414910.
HSL color Cylindrical-coordinate representation of color #FE9F52: hue angle of 26.86º 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 #FE9F52 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 82 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.00 |
| HSL | 26.86º | 0.99% | 0.66% | - |
| HSV(B) | 26.86º | 0.68% | 1% | - |
| XYZ | 54.79 | 46.48 | 14.07 | - |
| YUV | 178.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 82 | 0 | 0.37 | 0.68 | 0.00 | 26.86 | 0.99 | 0.66 |
| Hex | FE | 9F | 52 | 0 | 25 | 44 | 0 | 1B | 63 | 42 |
| Octal | 376 | 237 | 122 | 0 | 45 | 104 | 0 | 33 | 143 | 102 |
| Binary | 11111110 | 10011111 | 1010010 | 0 | 100101 | 1000100 | 0 | 11011 | 1100011 | 1000010 |
Color Harmonies of #FE9F52
Complementary color
Monochromatic Colors of #FE9F52
Black with #FE9F52
Text Example
Text Example
White with #FE9F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F52; }
p { color: rgb(254,159,82); }
H1.HeaderClassName
{
color: #FE9F52;
}
.AnyTagClassName
{
color: #FE9F52;
}
</style>
background-color css
<style>
a { background-color: #FE9F52; }
a { background-color: rgb(254,159,82); }
div.DivClassName
{
background-color: #FE9F52;
}
.BgClassName
{
background-color: #FE9F52;
}
</style>
border-color css
<style>
span { border-color: #FE9F52; }
span { border-color: rgb(254,159,82); }
td.TdClassName
{
border-color: #FE9F52;
}
.TagClassName
{
border-color: #FE9F52;
}
</style>