Shades of Sandy Brown #F8A365
Tints of Sandy Brown #F8A365
RGB
CMYK
RGB Variations
Color information
#F8A365 (or 0xF8A365) is known color: Sandy Brown. HEX triplet: F8, A3 and 65. RGB value is (248,163,101). Sum of RGB (Red+Green+Blue) = 248+163+101=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A365 is #075C9A. Grayscale: #B5B5B5. Windows color (decimal): -482459 or 6661112. OLE color: 6661112.
HSL color Cylindrical-coordinate representation of color #F8A365: hue angle of 25.31º 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 #F8A365 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 101 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.03 |
| HSL | 25.31º | 0.91% | 0.68% | - |
| HSV(B) | 25.31º | 0.59% | 0.97% | - |
| XYZ | 54.16 | 47.09 | 18.55 | - |
| YUV | 181.35 | 82.66 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 101 | 0 | 0.34 | 0.59 | 0.03 | 25.31 | 0.91 | 0.68 |
| Hex | F8 | A3 | 65 | 0 | 22 | 3B | 3 | 19 | 5B | 44 |
| Octal | 370 | 243 | 145 | 0 | 42 | 73 | 3 | 31 | 133 | 104 |
| Binary | 11111000 | 10100011 | 1100101 | 0 | 100010 | 111011 | 11 | 11001 | 1011011 | 1000100 |
Color Harmonies of #F8A365
Complementary color
Monochromatic Colors of #F8A365
Black with #F8A365
Text Example
Text Example
White with #F8A365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A365; }
p { color: rgb(248,163,101); }
H1.HeaderClassName
{
color: #F8A365;
}
.AnyTagClassName
{
color: #F8A365;
}
</style>
background-color css
<style>
a { background-color: #F8A365; }
a { background-color: rgb(248,163,101); }
div.DivClassName
{
background-color: #F8A365;
}
.BgClassName
{
background-color: #F8A365;
}
</style>
border-color css
<style>
span { border-color: #F8A365; }
span { border-color: rgb(248,163,101); }
td.TdClassName
{
border-color: #F8A365;
}
.TagClassName
{
border-color: #F8A365;
}
</style>