Shades of Sandy Brown #F9A65B
Tints of Sandy Brown #F9A65B
RGB
CMYK
RGB Variations
Color information
#F9A65B (or 0xF9A65B) is known color: Sandy Brown. HEX triplet: F9, A6 and 5B. RGB value is (249,166,91). Sum of RGB (Red+Green+Blue) = 249+166+91=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A65B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A65B is #0659A4. Grayscale: #B6B6B6. Windows color (decimal): -416165 or 6006521. OLE color: 6006521.
HSL color Cylindrical-coordinate representation of color #F9A65B: hue angle of 28.48º 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 #F9A65B is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 91 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.02 |
| HSL | 28.48º | 0.93% | 0.67% | - |
| HSV(B) | 28.48º | 0.63% | 0.98% | - |
| XYZ | 54.59 | 48.17 | 16.32 | - |
| YUV | 182.27 | 76.5 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 91 | 0 | 0.33 | 0.63 | 0.02 | 28.48 | 0.93 | 0.67 |
| Hex | F9 | A6 | 5B | 0 | 21 | 3F | 2 | 1C | 5D | 43 |
| Octal | 371 | 246 | 133 | 0 | 41 | 77 | 2 | 34 | 135 | 103 |
| Binary | 11111001 | 10100110 | 1011011 | 0 | 100001 | 111111 | 10 | 11100 | 1011101 | 1000011 |
Color Harmonies of #F9A65B
Complementary color
Monochromatic Colors of #F9A65B
Black with #F9A65B
Text Example
Text Example
White with #F9A65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A65B; }
p { color: rgb(249,166,91); }
H1.HeaderClassName
{
color: #F9A65B;
}
.AnyTagClassName
{
color: #F9A65B;
}
</style>
background-color css
<style>
a { background-color: #F9A65B; }
a { background-color: rgb(249,166,91); }
div.DivClassName
{
background-color: #F9A65B;
}
.BgClassName
{
background-color: #F9A65B;
}
</style>
border-color css
<style>
span { border-color: #F9A65B; }
span { border-color: rgb(249,166,91); }
td.TdClassName
{
border-color: #F9A65B;
}
.TagClassName
{
border-color: #F9A65B;
}
</style>