Shades of Sunshade #FF9E52
Tints of Sunshade #FF9E52
RGB
CMYK
RGB Variations
Color information
#FF9E52 (or 0xFF9E52) is known color: Sunshade. HEX triplet: FF, 9E and 52. RGB value is (255,158,82). Sum of RGB (Red+Green+Blue) = 255+158+82=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E52 is #0061AD. Grayscale: #B2B2B2. Windows color (decimal): -25006 or 5414655. OLE color: 5414655.
HSL color Cylindrical-coordinate representation of color #FF9E52: hue angle of 26.36º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF9E52 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 82 | - |
| CMYK | 0 | 0.38 | 0.68 | 0 |
| HSL | 26.36º | 1% | 0.66% | - |
| HSV(B) | 26.36º | 0.68% | 1% | - |
| XYZ | 54.99 | 46.32 | 14.03 | - |
| YUV | 178.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 82 | 0 | 0.38 | 0.68 | 0 | 26.36 | 1 | 0.66 |
| Hex | FF | 9E | 52 | 0 | 26 | 44 | 0 | 1A | 64 | 42 |
| Octal | 377 | 236 | 122 | 0 | 46 | 104 | 0 | 32 | 144 | 102 |
| Binary | 11111111 | 10011110 | 1010010 | 0 | 100110 | 1000100 | 0 | 11010 | 1100100 | 1000010 |
Color Harmonies of #FF9E52
Complementary color
Monochromatic Colors of #FF9E52
Black with #FF9E52
Text Example
Text Example
White with #FF9E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E52; }
p { color: rgb(255,158,82); }
H1.HeaderClassName
{
color: #FF9E52;
}
.AnyTagClassName
{
color: #FF9E52;
}
</style>
background-color css
<style>
a { background-color: #FF9E52; }
a { background-color: rgb(255,158,82); }
div.DivClassName
{
background-color: #FF9E52;
}
.BgClassName
{
background-color: #FF9E52;
}
</style>
border-color css
<style>
span { border-color: #FF9E52; }
span { border-color: rgb(255,158,82); }
td.TdClassName
{
border-color: #FF9E52;
}
.TagClassName
{
border-color: #FF9E52;
}
</style>