Shades of Sandy Brown #F7A45B
Tints of Sandy Brown #F7A45B
RGB
CMYK
RGB Variations
Color information
#F7A45B (or 0xF7A45B) is known color: Sandy Brown. HEX triplet: F7, A4 and 5B. RGB value is (247,164,91). Sum of RGB (Red+Green+Blue) = 247+164+91=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A45B is #085BA4. Grayscale: #B4B4B4. Windows color (decimal): -547749 or 6006007. OLE color: 6006007.
HSL color Cylindrical-coordinate representation of color #F7A45B: hue angle of 28.08º 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 #F7A45B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 91 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.03 |
| HSL | 28.08º | 0.91% | 0.66% | - |
| HSV(B) | 28.08º | 0.63% | 0.97% | - |
| XYZ | 53.52 | 47.08 | 16.16 | - |
| YUV | 180.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 91 | 0 | 0.34 | 0.63 | 0.03 | 28.08 | 0.91 | 0.66 |
| Hex | F7 | A4 | 5B | 0 | 22 | 3F | 3 | 1C | 5B | 42 |
| Octal | 367 | 244 | 133 | 0 | 42 | 77 | 3 | 34 | 133 | 102 |
| Binary | 11110111 | 10100100 | 1011011 | 0 | 100010 | 111111 | 11 | 11100 | 1011011 | 1000010 |
Color Harmonies of #F7A45B
Complementary color
Monochromatic Colors of #F7A45B
Black with #F7A45B
Text Example
Text Example
White with #F7A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A45B; }
p { color: rgb(247,164,91); }
H1.HeaderClassName
{
color: #F7A45B;
}
.AnyTagClassName
{
color: #F7A45B;
}
</style>
background-color css
<style>
a { background-color: #F7A45B; }
a { background-color: rgb(247,164,91); }
div.DivClassName
{
background-color: #F7A45B;
}
.BgClassName
{
background-color: #F7A45B;
}
</style>
border-color css
<style>
span { border-color: #F7A45B; }
span { border-color: rgb(247,164,91); }
td.TdClassName
{
border-color: #F7A45B;
}
.TagClassName
{
border-color: #F7A45B;
}
</style>