Shades of Sunshade #F99952
Tints of Sunshade #F99952
RGB
CMYK
RGB Variations
Color information
#F99952 (or 0xF99952) is known color: Sunshade. HEX triplet: F9, 99 and 52. RGB value is (249,153,82). Sum of RGB (Red+Green+Blue) = 249+153+82=484 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.45% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 249 - color contains mainly: red. Hex color #F99952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99952 is #0666AD. Grayscale: #ADADAD. Windows color (decimal): -419502 or 5413369. OLE color: 5413369.
HSL color Cylindrical-coordinate representation of color #F99952: hue angle of 25.51º 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 #F99952 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 82 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.02 |
| HSL | 25.51º | 0.93% | 0.65% | - |
| HSV(B) | 25.51º | 0.67% | 0.98% | - |
| XYZ | 51.98 | 43.53 | 13.65 | - |
| YUV | 173.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 82 | 0 | 0.39 | 0.67 | 0.02 | 25.51 | 0.93 | 0.65 |
| Hex | F9 | 99 | 52 | 0 | 27 | 43 | 2 | 1A | 5D | 41 |
| Octal | 371 | 231 | 122 | 0 | 47 | 103 | 2 | 32 | 135 | 101 |
| Binary | 11111001 | 10011001 | 1010010 | 0 | 100111 | 1000011 | 10 | 11010 | 1011101 | 1000001 |
Color Harmonies of #F99952
Complementary color
Monochromatic Colors of #F99952
Black with #F99952
Text Example
Text Example
White with #F99952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99952; }
p { color: rgb(249,153,82); }
H1.HeaderClassName
{
color: #F99952;
}
.AnyTagClassName
{
color: #F99952;
}
</style>
background-color css
<style>
a { background-color: #F99952; }
a { background-color: rgb(249,153,82); }
div.DivClassName
{
background-color: #F99952;
}
.BgClassName
{
background-color: #F99952;
}
</style>
border-color css
<style>
span { border-color: #F99952; }
span { border-color: rgb(249,153,82); }
td.TdClassName
{
border-color: #F99952;
}
.TagClassName
{
border-color: #F99952;
}
</style>