Shades of Sandy Brown #F8A560
Tints of Sandy Brown #F8A560
RGB
CMYK
RGB Variations
Color information
#F8A560 (or 0xF8A560) is known color: Sandy Brown. HEX triplet: F8, A5 and 60. RGB value is (248,165,96). Sum of RGB (Red+Green+Blue) = 248+165+96=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A560 is #075A9F. Grayscale: #B6B6B6. Windows color (decimal): -481952 or 6333944. OLE color: 6333944.
HSL color Cylindrical-coordinate representation of color #F8A560: hue angle of 27.24º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8A560 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 96 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.03 |
| HSL | 27.24º | 0.92% | 0.67% | - |
| HSV(B) | 27.24º | 0.61% | 0.97% | - |
| XYZ | 54.28 | 47.71 | 17.41 | - |
| YUV | 181.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 96 | 0 | 0.33 | 0.61 | 0.03 | 27.24 | 0.92 | 0.67 |
| Hex | F8 | A5 | 60 | 0 | 21 | 3D | 3 | 1B | 5C | 43 |
| Octal | 370 | 245 | 140 | 0 | 41 | 75 | 3 | 33 | 134 | 103 |
| Binary | 11111000 | 10100101 | 1100000 | 0 | 100001 | 111101 | 11 | 11011 | 1011100 | 1000011 |
Color Harmonies of #F8A560
Complementary color
Monochromatic Colors of #F8A560
Black with #F8A560
Text Example
Text Example
White with #F8A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A560; }
p { color: rgb(248,165,96); }
H1.HeaderClassName
{
color: #F8A560;
}
.AnyTagClassName
{
color: #F8A560;
}
</style>
background-color css
<style>
a { background-color: #F8A560; }
a { background-color: rgb(248,165,96); }
div.DivClassName
{
background-color: #F8A560;
}
.BgClassName
{
background-color: #F8A560;
}
</style>
border-color css
<style>
span { border-color: #F8A560; }
span { border-color: rgb(248,165,96); }
td.TdClassName
{
border-color: #F8A560;
}
.TagClassName
{
border-color: #F8A560;
}
</style>