Shades of Sandy Brown #F7A55A
Tints of Sandy Brown #F7A55A
RGB
CMYK
RGB Variations
Color information
#F7A55A (or 0xF7A55A) is known color: Sandy Brown. HEX triplet: F7, A5 and 5A. RGB value is (247,165,90). Sum of RGB (Red+Green+Blue) = 247+165+90=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 90 (35.55% from 255 or 17.93% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A55A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A55A is #085AA5. Grayscale: #B5B5B5. Windows color (decimal): -547494 or 5940727. OLE color: 5940727.
HSL color Cylindrical-coordinate representation of color #F7A55A: hue angle of 28.66º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7A55A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 90 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.03 |
| HSL | 28.66º | 0.91% | 0.66% | - |
| HSV(B) | 28.66º | 0.64% | 0.97% | - |
| XYZ | 53.66 | 47.42 | 16 | - |
| YUV | 180.97 | 76.67 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 90 | 0 | 0.33 | 0.64 | 0.03 | 28.66 | 0.91 | 0.66 |
| Hex | F7 | A5 | 5A | 0 | 21 | 40 | 3 | 1D | 5B | 42 |
| Octal | 367 | 245 | 132 | 0 | 41 | 100 | 3 | 35 | 133 | 102 |
| Binary | 11110111 | 10100101 | 1011010 | 0 | 100001 | 1000000 | 11 | 11101 | 1011011 | 1000010 |
Color Harmonies of #F7A55A
Complementary color
Monochromatic Colors of #F7A55A
Black with #F7A55A
Text Example
Text Example
White with #F7A55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A55A; }
p { color: rgb(247,165,90); }
H1.HeaderClassName
{
color: #F7A55A;
}
.AnyTagClassName
{
color: #F7A55A;
}
</style>
background-color css
<style>
a { background-color: #F7A55A; }
a { background-color: rgb(247,165,90); }
div.DivClassName
{
background-color: #F7A55A;
}
.BgClassName
{
background-color: #F7A55A;
}
</style>
border-color css
<style>
span { border-color: #F7A55A; }
span { border-color: rgb(247,165,90); }
td.TdClassName
{
border-color: #F7A55A;
}
.TagClassName
{
border-color: #F7A55A;
}
</style>