Shades of Sandy Brown #F2A068
Tints of Sandy Brown #F2A068
RGB
CMYK
RGB Variations
Color information
#F2A068 (or 0xF2A068) is known color: Sandy Brown. HEX triplet: F2, A0 and 68. RGB value is (242,160,104). Sum of RGB (Red+Green+Blue) = 242+160+104=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A068 is #0D5F97. Grayscale: #B2B2B2. Windows color (decimal): -876440 or 6856946. OLE color: 6856946.
HSL color Cylindrical-coordinate representation of color #F2A068: hue angle of 24.35º 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 #F2A068 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 104 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.05 |
| HSL | 24.35º | 0.84% | 0.68% | - |
| HSV(B) | 24.35º | 0.57% | 0.95% | - |
| XYZ | 51.69 | 45.02 | 19.06 | - |
| YUV | 178.13 | 86.17 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 104 | 0 | 0.34 | 0.57 | 0.05 | 24.35 | 0.84 | 0.68 |
| Hex | F2 | A0 | 68 | 0 | 22 | 39 | 5 | 18 | 54 | 44 |
| Octal | 362 | 240 | 150 | 0 | 42 | 71 | 5 | 30 | 124 | 104 |
| Binary | 11110010 | 10100000 | 1101000 | 0 | 100010 | 111001 | 101 | 11000 | 1010100 | 1000100 |
Color Harmonies of #F2A068
Complementary color
Monochromatic Colors of #F2A068
Black with #F2A068
Text Example
Text Example
White with #F2A068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A068; }
p { color: rgb(242,160,104); }
H1.HeaderClassName
{
color: #F2A068;
}
.AnyTagClassName
{
color: #F2A068;
}
</style>
background-color css
<style>
a { background-color: #F2A068; }
a { background-color: rgb(242,160,104); }
div.DivClassName
{
background-color: #F2A068;
}
.BgClassName
{
background-color: #F2A068;
}
</style>
border-color css
<style>
span { border-color: #F2A068; }
span { border-color: rgb(242,160,104); }
td.TdClassName
{
border-color: #F2A068;
}
.TagClassName
{
border-color: #F2A068;
}
</style>