Shades of Sandy Brown #F8A05F
Tints of Sandy Brown #F8A05F
RGB
CMYK
RGB Variations
Color information
#F8A05F (or 0xF8A05F) is known color: Sandy Brown. HEX triplet: F8, A0 and 5F. RGB value is (248,160,95). Sum of RGB (Red+Green+Blue) = 248+160+95=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A05F is #075FA0. Grayscale: #B3B3B3. Windows color (decimal): -483233 or 6267128. OLE color: 6267128.
HSL color Cylindrical-coordinate representation of color #F8A05F: hue angle of 25.49º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8A05F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 95 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.03 |
| HSL | 25.49º | 0.92% | 0.67% | - |
| HSV(B) | 25.49º | 0.62% | 0.97% | - |
| XYZ | 53.35 | 45.92 | 16.88 | - |
| YUV | 178.9 | 80.65 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 95 | 0 | 0.35 | 0.62 | 0.03 | 25.49 | 0.92 | 0.67 |
| Hex | F8 | A0 | 5F | 0 | 23 | 3E | 3 | 19 | 5C | 43 |
| Octal | 370 | 240 | 137 | 0 | 43 | 76 | 3 | 31 | 134 | 103 |
| Binary | 11111000 | 10100000 | 1011111 | 0 | 100011 | 111110 | 11 | 11001 | 1011100 | 1000011 |
Color Harmonies of #F8A05F
Complementary color
Monochromatic Colors of #F8A05F
Black with #F8A05F
Text Example
Text Example
White with #F8A05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A05F; }
p { color: rgb(248,160,95); }
H1.HeaderClassName
{
color: #F8A05F;
}
.AnyTagClassName
{
color: #F8A05F;
}
</style>
background-color css
<style>
a { background-color: #F8A05F; }
a { background-color: rgb(248,160,95); }
div.DivClassName
{
background-color: #F8A05F;
}
.BgClassName
{
background-color: #F8A05F;
}
</style>
border-color css
<style>
span { border-color: #F8A05F; }
span { border-color: rgb(248,160,95); }
td.TdClassName
{
border-color: #F8A05F;
}
.TagClassName
{
border-color: #F8A05F;
}
</style>