Shades of Sunshade #FE9B52
Tints of Sunshade #FE9B52
RGB
CMYK
RGB Variations
Color information
#FE9B52 (or 0xFE9B52) is known color: Sunshade. HEX triplet: FE, 9B and 52. RGB value is (254,155,82). Sum of RGB (Red+Green+Blue) = 254+155+82=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 82 (32.42% from 255 or 16.70% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B52 is #0164AD. Grayscale: #B0B0B0. Windows color (decimal): -91310 or 5413886. OLE color: 5413886.
HSL color Cylindrical-coordinate representation of color #FE9B52: hue angle of 25.47º 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 #FE9B52 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 82 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.00 |
| HSL | 25.47º | 0.99% | 0.66% | - |
| HSV(B) | 25.47º | 0.68% | 1% | - |
| XYZ | 54.12 | 45.12 | 13.84 | - |
| YUV | 176.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 82 | 0 | 0.39 | 0.68 | 0.00 | 25.47 | 0.99 | 0.66 |
| Hex | FE | 9B | 52 | 0 | 27 | 44 | 0 | 19 | 63 | 42 |
| Octal | 376 | 233 | 122 | 0 | 47 | 104 | 0 | 31 | 143 | 102 |
| Binary | 11111110 | 10011011 | 1010010 | 0 | 100111 | 1000100 | 0 | 11001 | 1100011 | 1000010 |
Color Harmonies of #FE9B52
Complementary color
Monochromatic Colors of #FE9B52
Black with #FE9B52
Text Example
Text Example
White with #FE9B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9B52; }
p { color: rgb(254,155,82); }
H1.HeaderClassName
{
color: #FE9B52;
}
.AnyTagClassName
{
color: #FE9B52;
}
</style>
background-color css
<style>
a { background-color: #FE9B52; }
a { background-color: rgb(254,155,82); }
div.DivClassName
{
background-color: #FE9B52;
}
.BgClassName
{
background-color: #FE9B52;
}
</style>
border-color css
<style>
span { border-color: #FE9B52; }
span { border-color: rgb(254,155,82); }
td.TdClassName
{
border-color: #FE9B52;
}
.TagClassName
{
border-color: #FE9B52;
}
</style>