Shades of Sunshade #FF9955
Tints of Sunshade #FF9955
RGB
CMYK
RGB Variations
Color information
#FF9955 (or 0xFF9955) is known color: Sunshade. HEX triplet: FF, 99 and 55. RGB value is (255,153,85). Sum of RGB (Red+Green+Blue) = 255+153+85=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9955 is #0066AA. Grayscale: #B0B0B0. Windows color (decimal): -26283 or 5609983. OLE color: 5609983.
HSL color Cylindrical-coordinate representation of color #FF9955: hue angle of 24º 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 #FF9955 is Cyan = 0, Magento = 0.4, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 85 | - |
| CMYK | 0 | 0.4 | 0.67 | 0 |
| HSL | 24º | 1% | 0.67% | - |
| HSV(B) | 24º | 0.67% | 1% | - |
| XYZ | 54.27 | 44.7 | 14.36 | - |
| YUV | 175.75 | 76.79 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 85 | 0 | 0.4 | 0.67 | 0 | 24 | 1 | 0.67 |
| Hex | FF | 99 | 55 | 0 | 28 | 43 | 0 | 18 | 64 | 43 |
| Octal | 377 | 231 | 125 | 0 | 50 | 103 | 0 | 30 | 144 | 103 |
| Binary | 11111111 | 10011001 | 1010101 | 0 | 101000 | 1000011 | 0 | 11000 | 1100100 | 1000011 |
Color Harmonies of #FF9955
Complementary color
Monochromatic Colors of #FF9955
Black with #FF9955
Text Example
Text Example
White with #FF9955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9955; }
p { color: rgb(255,153,85); }
H1.HeaderClassName
{
color: #FF9955;
}
.AnyTagClassName
{
color: #FF9955;
}
</style>
background-color css
<style>
a { background-color: #FF9955; }
a { background-color: rgb(255,153,85); }
div.DivClassName
{
background-color: #FF9955;
}
.BgClassName
{
background-color: #FF9955;
}
</style>
border-color css
<style>
span { border-color: #FF9955; }
span { border-color: rgb(255,153,85); }
td.TdClassName
{
border-color: #FF9955;
}
.TagClassName
{
border-color: #FF9955;
}
</style>