Shades of Sunshade #FF9F56
Tints of Sunshade #FF9F56
RGB
CMYK
RGB Variations
Color information
#FF9F56 (or 0xFF9F56) is known color: Sunshade. HEX triplet: FF, 9F and 56. RGB value is (255,159,86). Sum of RGB (Red+Green+Blue) = 255+159+86=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F56 is #0060A9. Grayscale: #B3B3B3. Windows color (decimal): -24746 or 5677055. OLE color: 5677055.
HSL color Cylindrical-coordinate representation of color #FF9F56: hue angle of 25.92º 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 #FF9F56 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 86 | - |
| CMYK | 0 | 0.38 | 0.66 | 0 |
| HSL | 25.92º | 1% | 0.67% | - |
| HSV(B) | 25.92º | 0.66% | 1% | - |
| XYZ | 55.32 | 46.73 | 14.91 | - |
| YUV | 179.38 | 75.3 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 86 | 0 | 0.38 | 0.66 | 0 | 25.92 | 1 | 0.67 |
| Hex | FF | 9F | 56 | 0 | 26 | 42 | 0 | 1A | 64 | 43 |
| Octal | 377 | 237 | 126 | 0 | 46 | 102 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10011111 | 1010110 | 0 | 100110 | 1000010 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FF9F56
Complementary color
Monochromatic Colors of #FF9F56
Black with #FF9F56
Text Example
Text Example
White with #FF9F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F56; }
p { color: rgb(255,159,86); }
H1.HeaderClassName
{
color: #FF9F56;
}
.AnyTagClassName
{
color: #FF9F56;
}
</style>
background-color css
<style>
a { background-color: #FF9F56; }
a { background-color: rgb(255,159,86); }
div.DivClassName
{
background-color: #FF9F56;
}
.BgClassName
{
background-color: #FF9F56;
}
</style>
border-color css
<style>
span { border-color: #FF9F56; }
span { border-color: rgb(255,159,86); }
td.TdClassName
{
border-color: #FF9F56;
}
.TagClassName
{
border-color: #FF9F56;
}
</style>