Shades of Sandy Brown #F2A864
Tints of Sandy Brown #F2A864
RGB
CMYK
RGB Variations
Color information
#F2A864 (or 0xF2A864) is known color: Sandy Brown. HEX triplet: F2, A8 and 64. RGB value is (242,168,100). Sum of RGB (Red+Green+Blue) = 242+168+100=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A864 is #0D579B. Grayscale: #B6B6B6. Windows color (decimal): -874396 or 6596850. OLE color: 6596850.
HSL color Cylindrical-coordinate representation of color #F2A864: hue angle of 28.73º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2A864 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 100 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.05 |
| HSL | 28.73º | 0.85% | 0.67% | - |
| HSV(B) | 28.73º | 0.59% | 0.95% | - |
| XYZ | 52.92 | 47.8 | 18.49 | - |
| YUV | 182.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 100 | 0 | 0.31 | 0.59 | 0.05 | 28.73 | 0.85 | 0.67 |
| Hex | F2 | A8 | 64 | 0 | 1F | 3B | 5 | 1D | 55 | 43 |
| Octal | 362 | 250 | 144 | 0 | 37 | 73 | 5 | 35 | 125 | 103 |
| Binary | 11110010 | 10101000 | 1100100 | 0 | 11111 | 111011 | 101 | 11101 | 1010101 | 1000011 |
Color Harmonies of #F2A864
Complementary color
Monochromatic Colors of #F2A864
Black with #F2A864
Text Example
Text Example
White with #F2A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A864; }
p { color: rgb(242,168,100); }
H1.HeaderClassName
{
color: #F2A864;
}
.AnyTagClassName
{
color: #F2A864;
}
</style>
background-color css
<style>
a { background-color: #F2A864; }
a { background-color: rgb(242,168,100); }
div.DivClassName
{
background-color: #F2A864;
}
.BgClassName
{
background-color: #F2A864;
}
</style>
border-color css
<style>
span { border-color: #F2A864; }
span { border-color: rgb(242,168,100); }
td.TdClassName
{
border-color: #F2A864;
}
.TagClassName
{
border-color: #F2A864;
}
</style>