Shades of Sandy Brown #F8A969
Tints of Sandy Brown #F8A969
RGB
CMYK
RGB Variations
Color information
#F8A969 (or 0xF8A969) is known color: Sandy Brown. HEX triplet: F8, A9 and 69. RGB value is (248,169,105). Sum of RGB (Red+Green+Blue) = 248+169+105=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 105 (41.41% from 255 or 20.11% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A969 is #075696. Grayscale: #B9B9B9. Windows color (decimal): -480919 or 6924792. OLE color: 6924792.
HSL color Cylindrical-coordinate representation of color #F8A969: hue angle of 26.85º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8A969 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 105 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.03 |
| HSL | 26.85º | 0.91% | 0.69% | - |
| HSV(B) | 26.85º | 0.58% | 0.97% | - |
| XYZ | 55.45 | 49.35 | 19.97 | - |
| YUV | 185.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 105 | 0 | 0.32 | 0.58 | 0.03 | 26.85 | 0.91 | 0.69 |
| Hex | F8 | A9 | 69 | 0 | 20 | 3A | 3 | 1B | 5B | 45 |
| Octal | 370 | 251 | 151 | 0 | 40 | 72 | 3 | 33 | 133 | 105 |
| Binary | 11111000 | 10101001 | 1101001 | 0 | 100000 | 111010 | 11 | 11011 | 1011011 | 1000101 |
Color Harmonies of #F8A969
Complementary color
Monochromatic Colors of #F8A969
Black with #F8A969
Text Example
Text Example
White with #F8A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A969; }
p { color: rgb(248,169,105); }
H1.HeaderClassName
{
color: #F8A969;
}
.AnyTagClassName
{
color: #F8A969;
}
</style>
background-color css
<style>
a { background-color: #F8A969; }
a { background-color: rgb(248,169,105); }
div.DivClassName
{
background-color: #F8A969;
}
.BgClassName
{
background-color: #F8A969;
}
</style>
border-color css
<style>
span { border-color: #F8A969; }
span { border-color: rgb(248,169,105); }
td.TdClassName
{
border-color: #F8A969;
}
.TagClassName
{
border-color: #F8A969;
}
</style>