Shades of Sunshade #FF9652
Tints of Sunshade #FF9652
RGB
CMYK
RGB Variations
Color information
#FF9652 (or 0xFF9652) is known color: Sunshade. HEX triplet: FF, 96 and 52. RGB value is (255,150,82). Sum of RGB (Red+Green+Blue) = 255+150+82=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9652 is #0069AD. Grayscale: #AEAEAE. Windows color (decimal): -27054 or 5412607. OLE color: 5412607.
HSL color Cylindrical-coordinate representation of color #FF9652: hue angle of 23.58º 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 #FF9652 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 82 | - |
| CMYK | 0 | 0.41 | 0.68 | 0 |
| HSL | 23.58º | 1% | 0.66% | - |
| HSV(B) | 23.58º | 0.68% | 1% | - |
| XYZ | 53.67 | 43.68 | 13.59 | - |
| YUV | 173.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 82 | 0 | 0.41 | 0.68 | 0 | 23.58 | 1 | 0.66 |
| Hex | FF | 96 | 52 | 0 | 29 | 44 | 0 | 18 | 64 | 42 |
| Octal | 377 | 226 | 122 | 0 | 51 | 104 | 0 | 30 | 144 | 102 |
| Binary | 11111111 | 10010110 | 1010010 | 0 | 101001 | 1000100 | 0 | 11000 | 1100100 | 1000010 |
Color Harmonies of #FF9652
Complementary color
Monochromatic Colors of #FF9652
Black with #FF9652
Text Example
Text Example
White with #FF9652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9652; }
p { color: rgb(255,150,82); }
H1.HeaderClassName
{
color: #FF9652;
}
.AnyTagClassName
{
color: #FF9652;
}
</style>
background-color css
<style>
a { background-color: #FF9652; }
a { background-color: rgb(255,150,82); }
div.DivClassName
{
background-color: #FF9652;
}
.BgClassName
{
background-color: #FF9652;
}
</style>
border-color css
<style>
span { border-color: #FF9652; }
span { border-color: rgb(255,150,82); }
td.TdClassName
{
border-color: #FF9652;
}
.TagClassName
{
border-color: #FF9652;
}
</style>