Shades of Sandy Brown #F7A85B
Tints of Sandy Brown #F7A85B
RGB
CMYK
RGB Variations
Color information
#F7A85B (or 0xF7A85B) is known color: Sandy Brown. HEX triplet: F7, A8 and 5B. RGB value is (247,168,91). Sum of RGB (Red+Green+Blue) = 247+168+91=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A85B is #0857A4. Grayscale: #B7B7B7. Windows color (decimal): -546725 or 6007031. OLE color: 6007031.
HSL color Cylindrical-coordinate representation of color #F7A85B: hue angle of 29.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7A85B is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 91 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.03 |
| HSL | 29.62º | 0.91% | 0.66% | - |
| HSV(B) | 29.62º | 0.63% | 0.97% | - |
| XYZ | 54.25 | 48.53 | 16.41 | - |
| YUV | 182.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 91 | 0 | 0.32 | 0.63 | 0.03 | 29.62 | 0.91 | 0.66 |
| Hex | F7 | A8 | 5B | 0 | 20 | 3F | 3 | 1E | 5B | 42 |
| Octal | 367 | 250 | 133 | 0 | 40 | 77 | 3 | 36 | 133 | 102 |
| Binary | 11110111 | 10101000 | 1011011 | 0 | 100000 | 111111 | 11 | 11110 | 1011011 | 1000010 |
Color Harmonies of #F7A85B
Complementary color
Monochromatic Colors of #F7A85B
Black with #F7A85B
Text Example
Text Example
White with #F7A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A85B; }
p { color: rgb(247,168,91); }
H1.HeaderClassName
{
color: #F7A85B;
}
.AnyTagClassName
{
color: #F7A85B;
}
</style>
background-color css
<style>
a { background-color: #F7A85B; }
a { background-color: rgb(247,168,91); }
div.DivClassName
{
background-color: #F7A85B;
}
.BgClassName
{
background-color: #F7A85B;
}
</style>
border-color css
<style>
span { border-color: #F7A85B; }
span { border-color: rgb(247,168,91); }
td.TdClassName
{
border-color: #F7A85B;
}
.TagClassName
{
border-color: #F7A85B;
}
</style>