Shades of Sunshade #F99F50
Tints of Sunshade #F99F50
RGB
CMYK
RGB Variations
Color information
#F99F50 (or 0xF99F50) is known color: Sunshade. HEX triplet: F9, 9F and 50. RGB value is (249,159,80). Sum of RGB (Red+Green+Blue) = 249+159+80=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99F50 is #0660AF. Grayscale: #B1B1B1. Windows color (decimal): -417968 or 5283833. OLE color: 5283833.
HSL color Cylindrical-coordinate representation of color #F99F50: hue angle of 28.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F99F50 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 80 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.02 |
| HSL | 28.05º | 0.93% | 0.65% | - |
| HSV(B) | 28.05º | 0.68% | 0.98% | - |
| XYZ | 52.91 | 45.52 | 13.59 | - |
| YUV | 176.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 80 | 0 | 0.36 | 0.68 | 0.02 | 28.05 | 0.93 | 0.65 |
| Hex | F9 | 9F | 50 | 0 | 24 | 44 | 2 | 1C | 5D | 41 |
| Octal | 371 | 237 | 120 | 0 | 44 | 104 | 2 | 34 | 135 | 101 |
| Binary | 11111001 | 10011111 | 1010000 | 0 | 100100 | 1000100 | 10 | 11100 | 1011101 | 1000001 |
Color Harmonies of #F99F50
Complementary color
Monochromatic Colors of #F99F50
Black with #F99F50
Text Example
Text Example
White with #F99F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99F50; }
p { color: rgb(249,159,80); }
H1.HeaderClassName
{
color: #F99F50;
}
.AnyTagClassName
{
color: #F99F50;
}
</style>
background-color css
<style>
a { background-color: #F99F50; }
a { background-color: rgb(249,159,80); }
div.DivClassName
{
background-color: #F99F50;
}
.BgClassName
{
background-color: #F99F50;
}
</style>
border-color css
<style>
span { border-color: #F99F50; }
span { border-color: rgb(249,159,80); }
td.TdClassName
{
border-color: #F99F50;
}
.TagClassName
{
border-color: #F99F50;
}
</style>