Shades of Sandy Brown #F9A05D
Tints of Sandy Brown #F9A05D
RGB
CMYK
RGB Variations
Color information
#F9A05D (or 0xF9A05D) is known color: Sandy Brown. HEX triplet: F9, A0 and 5D. RGB value is (249,160,93). Sum of RGB (Red+Green+Blue) = 249+160+93=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A05D is #065FA2. Grayscale: #B3B3B3. Windows color (decimal): -417699 or 6136057. OLE color: 6136057.
HSL color Cylindrical-coordinate representation of color #F9A05D: hue angle of 25.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9A05D is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 93 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.02 |
| HSL | 25.77º | 0.93% | 0.67% | - |
| HSV(B) | 25.77º | 0.63% | 0.98% | - |
| XYZ | 53.61 | 46.07 | 16.42 | - |
| YUV | 178.97 | 79.49 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 93 | 0 | 0.36 | 0.63 | 0.02 | 25.77 | 0.93 | 0.67 |
| Hex | F9 | A0 | 5D | 0 | 24 | 3F | 2 | 1A | 5D | 43 |
| Octal | 371 | 240 | 135 | 0 | 44 | 77 | 2 | 32 | 135 | 103 |
| Binary | 11111001 | 10100000 | 1011101 | 0 | 100100 | 111111 | 10 | 11010 | 1011101 | 1000011 |
Color Harmonies of #F9A05D
Complementary color
Monochromatic Colors of #F9A05D
Black with #F9A05D
Text Example
Text Example
White with #F9A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A05D; }
p { color: rgb(249,160,93); }
H1.HeaderClassName
{
color: #F9A05D;
}
.AnyTagClassName
{
color: #F9A05D;
}
</style>
background-color css
<style>
a { background-color: #F9A05D; }
a { background-color: rgb(249,160,93); }
div.DivClassName
{
background-color: #F9A05D;
}
.BgClassName
{
background-color: #F9A05D;
}
</style>
border-color css
<style>
span { border-color: #F9A05D; }
span { border-color: rgb(249,160,93); }
td.TdClassName
{
border-color: #F9A05D;
}
.TagClassName
{
border-color: #F9A05D;
}
</style>