Shades of Sunshade #F99752
Tints of Sunshade #F99752
RGB
CMYK
RGB Variations
Color information
#F99752 (or 0xF99752) is known color: Sunshade. HEX triplet: F9, 97 and 52. RGB value is (249,151,82). Sum of RGB (Red+Green+Blue) = 249+151+82=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F99752 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99752 is #0668AD. Grayscale: #ACACAC. Windows color (decimal): -420014 or 5412857. OLE color: 5412857.
HSL color Cylindrical-coordinate representation of color #F99752: hue angle of 24.79º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F99752 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 82 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.02 |
| HSL | 24.79º | 0.93% | 0.65% | - |
| HSV(B) | 24.79º | 0.67% | 0.98% | - |
| XYZ | 51.66 | 42.88 | 13.54 | - |
| YUV | 172.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 82 | 0 | 0.39 | 0.67 | 0.02 | 24.79 | 0.93 | 0.65 |
| Hex | F9 | 97 | 52 | 0 | 27 | 43 | 2 | 19 | 5D | 41 |
| Octal | 371 | 227 | 122 | 0 | 47 | 103 | 2 | 31 | 135 | 101 |
| Binary | 11111001 | 10010111 | 1010010 | 0 | 100111 | 1000011 | 10 | 11001 | 1011101 | 1000001 |
Color Harmonies of #F99752
Complementary color
Monochromatic Colors of #F99752
Black with #F99752
Text Example
Text Example
White with #F99752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99752; }
p { color: rgb(249,151,82); }
H1.HeaderClassName
{
color: #F99752;
}
.AnyTagClassName
{
color: #F99752;
}
</style>
background-color css
<style>
a { background-color: #F99752; }
a { background-color: rgb(249,151,82); }
div.DivClassName
{
background-color: #F99752;
}
.BgClassName
{
background-color: #F99752;
}
</style>
border-color css
<style>
span { border-color: #F99752; }
span { border-color: rgb(249,151,82); }
td.TdClassName
{
border-color: #F99752;
}
.TagClassName
{
border-color: #F99752;
}
</style>