Shades of Sunshade #FF9F55
Tints of Sunshade #FF9F55
RGB
CMYK
RGB Variations
Color information
#FF9F55 (or 0xFF9F55) is known color: Sunshade. HEX triplet: FF, 9F and 55. RGB value is (255,159,85). Sum of RGB (Red+Green+Blue) = 255+159+85=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F55 is #0060AA. Grayscale: #B3B3B3. Windows color (decimal): -24747 or 5611519. OLE color: 5611519.
HSL color Cylindrical-coordinate representation of color #FF9F55: hue angle of 26.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF9F55 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 85 | - |
| CMYK | 0 | 0.38 | 0.67 | 0 |
| HSL | 26.12º | 1% | 0.67% | - |
| HSV(B) | 26.12º | 0.67% | 1% | - |
| XYZ | 55.28 | 46.71 | 14.7 | - |
| YUV | 179.27 | 74.8 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 85 | 0 | 0.38 | 0.67 | 0 | 26.12 | 1 | 0.67 |
| Hex | FF | 9F | 55 | 0 | 26 | 43 | 0 | 1A | 64 | 43 |
| Octal | 377 | 237 | 125 | 0 | 46 | 103 | 0 | 32 | 144 | 103 |
| Binary | 11111111 | 10011111 | 1010101 | 0 | 100110 | 1000011 | 0 | 11010 | 1100100 | 1000011 |
Color Harmonies of #FF9F55
Complementary color
Monochromatic Colors of #FF9F55
Black with #FF9F55
Text Example
Text Example
White with #FF9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F55; }
p { color: rgb(255,159,85); }
H1.HeaderClassName
{
color: #FF9F55;
}
.AnyTagClassName
{
color: #FF9F55;
}
</style>
background-color css
<style>
a { background-color: #FF9F55; }
a { background-color: rgb(255,159,85); }
div.DivClassName
{
background-color: #FF9F55;
}
.BgClassName
{
background-color: #FF9F55;
}
</style>
border-color css
<style>
span { border-color: #FF9F55; }
span { border-color: rgb(255,159,85); }
td.TdClassName
{
border-color: #FF9F55;
}
.TagClassName
{
border-color: #FF9F55;
}
</style>