Shades of Sandy Brown #F2A356
Tints of Sandy Brown #F2A356
RGB
CMYK
RGB Variations
Color information
#F2A356 (or 0xF2A356) is known color: Sandy Brown. HEX triplet: F2, A3 and 56. RGB value is (242,163,86). Sum of RGB (Red+Green+Blue) = 242+163+86=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A356 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A356 is #0D5CA9. Grayscale: #B2B2B2. Windows color (decimal): -875690 or 5678066. OLE color: 5678066.
HSL color Cylindrical-coordinate representation of color #F2A356: hue angle of 29.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2A356 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 86 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.05 |
| HSL | 29.62º | 0.86% | 0.64% | - |
| HSV(B) | 29.62º | 0.64% | 0.95% | - |
| XYZ | 51.39 | 45.74 | 14.92 | - |
| YUV | 177.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 86 | 0 | 0.33 | 0.64 | 0.05 | 29.62 | 0.86 | 0.64 |
| Hex | F2 | A3 | 56 | 0 | 21 | 40 | 5 | 1E | 56 | 40 |
| Octal | 362 | 243 | 126 | 0 | 41 | 100 | 5 | 36 | 126 | 100 |
| Binary | 11110010 | 10100011 | 1010110 | 0 | 100001 | 1000000 | 101 | 11110 | 1010110 | 1000000 |
Color Harmonies of #F2A356
Complementary color
Monochromatic Colors of #F2A356
Black with #F2A356
Text Example
Text Example
White with #F2A356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A356; }
p { color: rgb(242,163,86); }
H1.HeaderClassName
{
color: #F2A356;
}
.AnyTagClassName
{
color: #F2A356;
}
</style>
background-color css
<style>
a { background-color: #F2A356; }
a { background-color: rgb(242,163,86); }
div.DivClassName
{
background-color: #F2A356;
}
.BgClassName
{
background-color: #F2A356;
}
</style>
border-color css
<style>
span { border-color: #F2A356; }
span { border-color: rgb(242,163,86); }
td.TdClassName
{
border-color: #F2A356;
}
.TagClassName
{
border-color: #F2A356;
}
</style>