Shades of Sandy Brown #F2A969
Tints of Sandy Brown #F2A969
RGB
CMYK
RGB Variations
Color information
#F2A969 (or 0xF2A969) is known color: Sandy Brown. HEX triplet: F2, A9 and 69. RGB value is (242,169,105). Sum of RGB (Red+Green+Blue) = 242+169+105=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A969 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A969 is #0D5696. Grayscale: #B7B7B7. Windows color (decimal): -874135 or 6924786. OLE color: 6924786.
HSL color Cylindrical-coordinate representation of color #F2A969: hue angle of 28.03º 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 #F2A969 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 105 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.05 |
| HSL | 28.03º | 0.84% | 0.68% | - |
| HSV(B) | 28.03º | 0.57% | 0.95% | - |
| XYZ | 53.36 | 48.27 | 19.87 | - |
| YUV | 183.53 | 83.68 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 105 | 0 | 0.30 | 0.57 | 0.05 | 28.03 | 0.84 | 0.68 |
| Hex | F2 | A9 | 69 | 0 | 1E | 39 | 5 | 1C | 54 | 44 |
| Octal | 362 | 251 | 151 | 0 | 36 | 71 | 5 | 34 | 124 | 104 |
| Binary | 11110010 | 10101001 | 1101001 | 0 | 11110 | 111001 | 101 | 11100 | 1010100 | 1000100 |
Color Harmonies of #F2A969
Complementary color
Monochromatic Colors of #F2A969
Black with #F2A969
Text Example
Text Example
White with #F2A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A969; }
p { color: rgb(242,169,105); }
H1.HeaderClassName
{
color: #F2A969;
}
.AnyTagClassName
{
color: #F2A969;
}
</style>
background-color css
<style>
a { background-color: #F2A969; }
a { background-color: rgb(242,169,105); }
div.DivClassName
{
background-color: #F2A969;
}
.BgClassName
{
background-color: #F2A969;
}
</style>
border-color css
<style>
span { border-color: #F2A969; }
span { border-color: rgb(242,169,105); }
td.TdClassName
{
border-color: #F2A969;
}
.TagClassName
{
border-color: #F2A969;
}
</style>