Shades of Sandy Brown #F8A565
Tints of Sandy Brown #F8A565
RGB
CMYK
RGB Variations
Color information
#F8A565 (or 0xF8A565) is known color: Sandy Brown. HEX triplet: F8, A5 and 65. RGB value is (248,165,101). Sum of RGB (Red+Green+Blue) = 248+165+101=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A565 is #075A9A. Grayscale: #B6B6B6. Windows color (decimal): -481947 or 6661624. OLE color: 6661624.
HSL color Cylindrical-coordinate representation of color #F8A565: hue angle of 26.12º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F8A565 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 101 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.03 |
| HSL | 26.12º | 0.91% | 0.68% | - |
| HSV(B) | 26.12º | 0.59% | 0.97% | - |
| XYZ | 54.52 | 47.81 | 18.67 | - |
| YUV | 182.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 101 | 0 | 0.33 | 0.59 | 0.03 | 26.12 | 0.91 | 0.68 |
| Hex | F8 | A5 | 65 | 0 | 21 | 3B | 3 | 1A | 5B | 44 |
| Octal | 370 | 245 | 145 | 0 | 41 | 73 | 3 | 32 | 133 | 104 |
| Binary | 11111000 | 10100101 | 1100101 | 0 | 100001 | 111011 | 11 | 11010 | 1011011 | 1000100 |
Color Harmonies of #F8A565
Complementary color
Monochromatic Colors of #F8A565
Black with #F8A565
Text Example
Text Example
White with #F8A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A565; }
p { color: rgb(248,165,101); }
H1.HeaderClassName
{
color: #F8A565;
}
.AnyTagClassName
{
color: #F8A565;
}
</style>
background-color css
<style>
a { background-color: #F8A565; }
a { background-color: rgb(248,165,101); }
div.DivClassName
{
background-color: #F8A565;
}
.BgClassName
{
background-color: #F8A565;
}
</style>
border-color css
<style>
span { border-color: #F8A565; }
span { border-color: rgb(248,165,101); }
td.TdClassName
{
border-color: #F8A565;
}
.TagClassName
{
border-color: #F8A565;
}
</style>