Shades of Sunshade #FF9752
Tints of Sunshade #FF9752
RGB
CMYK
RGB Variations
Color information
#FF9752 (or 0xFF9752) is known color: Sunshade. HEX triplet: FF, 97 and 52. RGB value is (255,151,82). Sum of RGB (Red+Green+Blue) = 255+151+82=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9752 is #0068AD. Grayscale: #AEAEAE. Windows color (decimal): -26798 or 5412863. OLE color: 5412863.
HSL color Cylindrical-coordinate representation of color #FF9752: hue angle of 23.93º 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 #FF9752 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 82 | - |
| CMYK | 0 | 0.41 | 0.68 | 0 |
| HSL | 23.93º | 1% | 0.66% | - |
| HSV(B) | 23.93º | 0.68% | 1% | - |
| XYZ | 53.83 | 44 | 13.64 | - |
| YUV | 174.23 | 75.96 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 82 | 0 | 0.41 | 0.68 | 0 | 23.93 | 1 | 0.66 |
| Hex | FF | 97 | 52 | 0 | 29 | 44 | 0 | 18 | 64 | 42 |
| Octal | 377 | 227 | 122 | 0 | 51 | 104 | 0 | 30 | 144 | 102 |
| Binary | 11111111 | 10010111 | 1010010 | 0 | 101001 | 1000100 | 0 | 11000 | 1100100 | 1000010 |
Color Harmonies of #FF9752
Complementary color
Monochromatic Colors of #FF9752
Black with #FF9752
Text Example
Text Example
White with #FF9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9752; }
p { color: rgb(255,151,82); }
H1.HeaderClassName
{
color: #FF9752;
}
.AnyTagClassName
{
color: #FF9752;
}
</style>
background-color css
<style>
a { background-color: #FF9752; }
a { background-color: rgb(255,151,82); }
div.DivClassName
{
background-color: #FF9752;
}
.BgClassName
{
background-color: #FF9752;
}
</style>
border-color css
<style>
span { border-color: #FF9752; }
span { border-color: rgb(255,151,82); }
td.TdClassName
{
border-color: #FF9752;
}
.TagClassName
{
border-color: #FF9752;
}
</style>