Shades of Sandy Brown #F2A069
Tints of Sandy Brown #F2A069
RGB
CMYK
RGB Variations
Color information
#F2A069 (or 0xF2A069) is known color: Sandy Brown. HEX triplet: F2, A0 and 69. RGB value is (242,160,105). Sum of RGB (Red+Green+Blue) = 242+160+105=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A069 is #0D5F96. Grayscale: #B2B2B2. Windows color (decimal): -876439 or 6922482. OLE color: 6922482.
HSL color Cylindrical-coordinate representation of color #F2A069: hue angle of 24.09º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2A069 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 105 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.05 |
| HSL | 24.09º | 0.84% | 0.68% | - |
| HSV(B) | 24.09º | 0.57% | 0.95% | - |
| XYZ | 51.74 | 45.04 | 19.33 | - |
| YUV | 178.25 | 86.67 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 105 | 0 | 0.34 | 0.57 | 0.05 | 24.09 | 0.84 | 0.68 |
| Hex | F2 | A0 | 69 | 0 | 22 | 39 | 5 | 18 | 54 | 44 |
| Octal | 362 | 240 | 151 | 0 | 42 | 71 | 5 | 30 | 124 | 104 |
| Binary | 11110010 | 10100000 | 1101001 | 0 | 100010 | 111001 | 101 | 11000 | 1010100 | 1000100 |
Color Harmonies of #F2A069
Complementary color
Monochromatic Colors of #F2A069
Black with #F2A069
Text Example
Text Example
White with #F2A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A069; }
p { color: rgb(242,160,105); }
H1.HeaderClassName
{
color: #F2A069;
}
.AnyTagClassName
{
color: #F2A069;
}
</style>
background-color css
<style>
a { background-color: #F2A069; }
a { background-color: rgb(242,160,105); }
div.DivClassName
{
background-color: #F2A069;
}
.BgClassName
{
background-color: #F2A069;
}
</style>
border-color css
<style>
span { border-color: #F2A069; }
span { border-color: rgb(242,160,105); }
td.TdClassName
{
border-color: #F2A069;
}
.TagClassName
{
border-color: #F2A069;
}
</style>