Shades of Sunshade #FF9555
Tints of Sunshade #FF9555
RGB
CMYK
RGB Variations
Color information
#FF9555 (or 0xFF9555) is known color: Sunshade. HEX triplet: FF, 95 and 55. RGB value is (255,149,85). Sum of RGB (Red+Green+Blue) = 255+149+85=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 85 (33.59% from 255 or 17.38% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9555 is #006AAA. Grayscale: #ADADAD. Windows color (decimal): -27307 or 5608959. OLE color: 5608959.
HSL color Cylindrical-coordinate representation of color #FF9555: hue angle of 22.59º 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 #FF9555 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 85 | - |
| CMYK | 0 | 0.42 | 0.67 | 0 |
| HSL | 22.59º | 1% | 0.67% | - |
| HSV(B) | 22.59º | 0.67% | 1% | - |
| XYZ | 53.63 | 43.41 | 14.15 | - |
| YUV | 173.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 85 | 0 | 0.42 | 0.67 | 0 | 22.59 | 1 | 0.67 |
| Hex | FF | 95 | 55 | 0 | 2A | 43 | 0 | 17 | 64 | 43 |
| Octal | 377 | 225 | 125 | 0 | 52 | 103 | 0 | 27 | 144 | 103 |
| Binary | 11111111 | 10010101 | 1010101 | 0 | 101010 | 1000011 | 0 | 10111 | 1100100 | 1000011 |
Color Harmonies of #FF9555
Complementary color
Monochromatic Colors of #FF9555
Black with #FF9555
Text Example
Text Example
White with #FF9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9555; }
p { color: rgb(255,149,85); }
H1.HeaderClassName
{
color: #FF9555;
}
.AnyTagClassName
{
color: #FF9555;
}
</style>
background-color css
<style>
a { background-color: #FF9555; }
a { background-color: rgb(255,149,85); }
div.DivClassName
{
background-color: #FF9555;
}
.BgClassName
{
background-color: #FF9555;
}
</style>
border-color css
<style>
span { border-color: #FF9555; }
span { border-color: rgb(255,149,85); }
td.TdClassName
{
border-color: #FF9555;
}
.TagClassName
{
border-color: #FF9555;
}
</style>