Shades of Sandy Brown #F2A865
Tints of Sandy Brown #F2A865
RGB
CMYK
RGB Variations
Color information
#F2A865 (or 0xF2A865) is known color: Sandy Brown. HEX triplet: F2, A8 and 65. RGB value is (242,168,101). Sum of RGB (Red+Green+Blue) = 242+168+101=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A865 is #0D579A. Grayscale: #B6B6B6. Windows color (decimal): -874395 or 6662386. OLE color: 6662386.
HSL color Cylindrical-coordinate representation of color #F2A865: hue angle of 28.51º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2A865 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 101 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.05 |
| HSL | 28.51º | 0.84% | 0.67% | - |
| HSV(B) | 28.51º | 0.58% | 0.95% | - |
| XYZ | 52.97 | 47.82 | 18.75 | - |
| YUV | 182.49 | 82.02 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 101 | 0 | 0.31 | 0.58 | 0.05 | 28.51 | 0.84 | 0.67 |
| Hex | F2 | A8 | 65 | 0 | 1F | 3A | 5 | 1D | 54 | 43 |
| Octal | 362 | 250 | 145 | 0 | 37 | 72 | 5 | 35 | 124 | 103 |
| Binary | 11110010 | 10101000 | 1100101 | 0 | 11111 | 111010 | 101 | 11101 | 1010100 | 1000011 |
Color Harmonies of #F2A865
Complementary color
Monochromatic Colors of #F2A865
Black with #F2A865
Text Example
Text Example
White with #F2A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A865; }
p { color: rgb(242,168,101); }
H1.HeaderClassName
{
color: #F2A865;
}
.AnyTagClassName
{
color: #F2A865;
}
</style>
background-color css
<style>
a { background-color: #F2A865; }
a { background-color: rgb(242,168,101); }
div.DivClassName
{
background-color: #F2A865;
}
.BgClassName
{
background-color: #F2A865;
}
</style>
border-color css
<style>
span { border-color: #F2A865; }
span { border-color: rgb(242,168,101); }
td.TdClassName
{
border-color: #F2A865;
}
.TagClassName
{
border-color: #F2A865;
}
</style>