Shades of Sandy Brown #F9A85D
Tints of Sandy Brown #F9A85D
RGB
CMYK
RGB Variations
Color information
#F9A85D (or 0xF9A85D) is known color: Sandy Brown. HEX triplet: F9, A8 and 5D. RGB value is (249,168,93). Sum of RGB (Red+Green+Blue) = 249+168+93=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A85D is #0657A2. Grayscale: #B8B8B8. Windows color (decimal): -415651 or 6138105. OLE color: 6138105.
HSL color Cylindrical-coordinate representation of color #F9A85D: hue angle of 28.85º 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 #F9A85D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 93 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.02 |
| HSL | 28.85º | 0.93% | 0.67% | - |
| HSV(B) | 28.85º | 0.63% | 0.98% | - |
| XYZ | 55.05 | 48.94 | 16.9 | - |
| YUV | 183.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 93 | 0 | 0.33 | 0.63 | 0.02 | 28.85 | 0.93 | 0.67 |
| Hex | F9 | A8 | 5D | 0 | 21 | 3F | 2 | 1D | 5D | 43 |
| Octal | 371 | 250 | 135 | 0 | 41 | 77 | 2 | 35 | 135 | 103 |
| Binary | 11111001 | 10101000 | 1011101 | 0 | 100001 | 111111 | 10 | 11101 | 1011101 | 1000011 |
Color Harmonies of #F9A85D
Complementary color
Monochromatic Colors of #F9A85D
Black with #F9A85D
Text Example
Text Example
White with #F9A85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A85D; }
p { color: rgb(249,168,93); }
H1.HeaderClassName
{
color: #F9A85D;
}
.AnyTagClassName
{
color: #F9A85D;
}
</style>
background-color css
<style>
a { background-color: #F9A85D; }
a { background-color: rgb(249,168,93); }
div.DivClassName
{
background-color: #F9A85D;
}
.BgClassName
{
background-color: #F9A85D;
}
</style>
border-color css
<style>
span { border-color: #F9A85D; }
span { border-color: rgb(249,168,93); }
td.TdClassName
{
border-color: #F9A85D;
}
.TagClassName
{
border-color: #F9A85D;
}
</style>