Shades of Sandy Brown #F8A05C
Tints of Sandy Brown #F8A05C
RGB
CMYK
RGB Variations
Color information
#F8A05C (or 0xF8A05C) is known color: Sandy Brown. HEX triplet: F8, A0 and 5C. RGB value is (248,160,92). Sum of RGB (Red+Green+Blue) = 248+160+92=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A05C is #075FA3. Grayscale: #B2B2B2. Windows color (decimal): -483236 or 6070520. OLE color: 6070520.
HSL color Cylindrical-coordinate representation of color #F8A05C: hue angle of 26.15º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8A05C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 92 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.03 |
| HSL | 26.15º | 0.92% | 0.67% | - |
| HSV(B) | 26.15º | 0.63% | 0.97% | - |
| XYZ | 53.21 | 45.87 | 16.17 | - |
| YUV | 178.56 | 79.15 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 92 | 0 | 0.35 | 0.63 | 0.03 | 26.15 | 0.92 | 0.67 |
| Hex | F8 | A0 | 5C | 0 | 23 | 3F | 3 | 1A | 5C | 43 |
| Octal | 370 | 240 | 134 | 0 | 43 | 77 | 3 | 32 | 134 | 103 |
| Binary | 11111000 | 10100000 | 1011100 | 0 | 100011 | 111111 | 11 | 11010 | 1011100 | 1000011 |
Color Harmonies of #F8A05C
Complementary color
Monochromatic Colors of #F8A05C
Black with #F8A05C
Text Example
Text Example
White with #F8A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A05C; }
p { color: rgb(248,160,92); }
H1.HeaderClassName
{
color: #F8A05C;
}
.AnyTagClassName
{
color: #F8A05C;
}
</style>
background-color css
<style>
a { background-color: #F8A05C; }
a { background-color: rgb(248,160,92); }
div.DivClassName
{
background-color: #F8A05C;
}
.BgClassName
{
background-color: #F8A05C;
}
</style>
border-color css
<style>
span { border-color: #F8A05C; }
span { border-color: rgb(248,160,92); }
td.TdClassName
{
border-color: #F8A05C;
}
.TagClassName
{
border-color: #F8A05C;
}
</style>