Shades of Sunshade #FF9E56
Tints of Sunshade #FF9E56
RGB
CMYK
RGB Variations
Color information
#FF9E56 (or 0xFF9E56) is known color: Sunshade. HEX triplet: FF, 9E and 56. RGB value is (255,158,86). Sum of RGB (Red+Green+Blue) = 255+158+86=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E56 is #0061A9. Grayscale: #B3B3B3. Windows color (decimal): -25002 or 5676799. OLE color: 5676799.
HSL color Cylindrical-coordinate representation of color #FF9E56: hue angle of 25.56º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF9E56 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 86 | - |
| CMYK | 0 | 0.38 | 0.66 | 0 |
| HSL | 25.56º | 1% | 0.67% | - |
| HSV(B) | 25.56º | 0.66% | 1% | - |
| XYZ | 55.15 | 46.39 | 14.85 | - |
| YUV | 178.8 | 75.64 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 86 | 0 | 0.38 | 0.66 | 0 | 25.56 | 1 | 0.67 |
| Hex | FF | 9E | 56 | 0 | 26 | 42 | 0 | 1A | 64 | 43 |
| Octal | 377 | 236 | 126 | 0 | 46 | 102 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10011110 | 1010110 | 0 | 100110 | 1000010 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FF9E56
Complementary color
Monochromatic Colors of #FF9E56
Black with #FF9E56
Text Example
Text Example
White with #FF9E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E56; }
p { color: rgb(255,158,86); }
H1.HeaderClassName
{
color: #FF9E56;
}
.AnyTagClassName
{
color: #FF9E56;
}
</style>
background-color css
<style>
a { background-color: #FF9E56; }
a { background-color: rgb(255,158,86); }
div.DivClassName
{
background-color: #FF9E56;
}
.BgClassName
{
background-color: #FF9E56;
}
</style>
border-color css
<style>
span { border-color: #FF9E56; }
span { border-color: rgb(255,158,86); }
td.TdClassName
{
border-color: #FF9E56;
}
.TagClassName
{
border-color: #FF9E56;
}
</style>