Shades of Sunshade #F9A150
Tints of Sunshade #F9A150
RGB
CMYK
RGB Variations
Color information
#F9A150 (or 0xF9A150) is known color: Sunshade. HEX triplet: F9, A1 and 50. RGB value is (249,161,80). Sum of RGB (Red+Green+Blue) = 249+161+80=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A150 is #065EAF. Grayscale: #B2B2B2. Windows color (decimal): -417456 or 5284345. OLE color: 5284345.
HSL color Cylindrical-coordinate representation of color #F9A150: hue angle of 28.76º 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 #F9A150 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 80 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.02 |
| HSL | 28.76º | 0.93% | 0.65% | - |
| HSV(B) | 28.76º | 0.68% | 0.98% | - |
| XYZ | 53.26 | 46.21 | 13.7 | - |
| YUV | 178.08 | 72.65 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 80 | 0 | 0.35 | 0.68 | 0.02 | 28.76 | 0.93 | 0.65 |
| Hex | F9 | A1 | 50 | 0 | 23 | 44 | 2 | 1D | 5D | 41 |
| Octal | 371 | 241 | 120 | 0 | 43 | 104 | 2 | 35 | 135 | 101 |
| Binary | 11111001 | 10100001 | 1010000 | 0 | 100011 | 1000100 | 10 | 11101 | 1011101 | 1000001 |
Color Harmonies of #F9A150
Complementary color
Monochromatic Colors of #F9A150
Black with #F9A150
Text Example
Text Example
White with #F9A150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A150; }
p { color: rgb(249,161,80); }
H1.HeaderClassName
{
color: #F9A150;
}
.AnyTagClassName
{
color: #F9A150;
}
</style>
background-color css
<style>
a { background-color: #F9A150; }
a { background-color: rgb(249,161,80); }
div.DivClassName
{
background-color: #F9A150;
}
.BgClassName
{
background-color: #F9A150;
}
</style>
border-color css
<style>
span { border-color: #F9A150; }
span { border-color: rgb(249,161,80); }
td.TdClassName
{
border-color: #F9A150;
}
.TagClassName
{
border-color: #F9A150;
}
</style>