Shades of Sunshade #FF9552
Tints of Sunshade #FF9552
RGB
CMYK
RGB Variations
Color information
#FF9552 (or 0xFF9552) is known color: Sunshade. HEX triplet: FF, 95 and 52. RGB value is (255,149,82). Sum of RGB (Red+Green+Blue) = 255+149+82=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9552 is #006AAD. Grayscale: #ADADAD. Windows color (decimal): -27310 or 5412351. OLE color: 5412351.
HSL color Cylindrical-coordinate representation of color #FF9552: hue angle of 23.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF9552 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 82 | - |
| CMYK | 0 | 0.42 | 0.68 | 0 |
| HSL | 23.24º | 1% | 0.66% | - |
| HSV(B) | 23.24º | 0.68% | 1% | - |
| XYZ | 53.51 | 43.36 | 13.53 | - |
| YUV | 173.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 82 | 0 | 0.42 | 0.68 | 0 | 23.24 | 1 | 0.66 |
| Hex | FF | 95 | 52 | 0 | 2A | 44 | 0 | 17 | 64 | 42 |
| Octal | 377 | 225 | 122 | 0 | 52 | 104 | 0 | 27 | 144 | 102 |
| Binary | 11111111 | 10010101 | 1010010 | 0 | 101010 | 1000100 | 0 | 10111 | 1100100 | 1000010 |
Color Harmonies of #FF9552
Complementary color
Monochromatic Colors of #FF9552
Black with #FF9552
Text Example
Text Example
White with #FF9552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9552; }
p { color: rgb(255,149,82); }
H1.HeaderClassName
{
color: #FF9552;
}
.AnyTagClassName
{
color: #FF9552;
}
</style>
background-color css
<style>
a { background-color: #FF9552; }
a { background-color: rgb(255,149,82); }
div.DivClassName
{
background-color: #FF9552;
}
.BgClassName
{
background-color: #FF9552;
}
</style>
border-color css
<style>
span { border-color: #FF9552; }
span { border-color: rgb(255,149,82); }
td.TdClassName
{
border-color: #FF9552;
}
.TagClassName
{
border-color: #FF9552;
}
</style>