Shades of Sandy Brown #F2A858
Tints of Sandy Brown #F2A858
RGB
CMYK
RGB Variations
Color information
#F2A858 (or 0xF2A858) is known color: Sandy Brown. HEX triplet: F2, A8 and 58. RGB value is (242,168,88). Sum of RGB (Red+Green+Blue) = 242+168+88=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 88 (34.77% from 255 or 17.67% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A858 is #0D57A7. Grayscale: #B5B5B5. Windows color (decimal): -874408 or 5810418. OLE color: 5810418.
HSL color Cylindrical-coordinate representation of color #F2A858: hue angle of 31.17º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2A858 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 88 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.05 |
| HSL | 31.17º | 0.86% | 0.65% | - |
| HSV(B) | 31.17º | 0.64% | 0.95% | - |
| XYZ | 52.38 | 47.59 | 15.66 | - |
| YUV | 181.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 88 | 0 | 0.31 | 0.64 | 0.05 | 31.17 | 0.86 | 0.65 |
| Hex | F2 | A8 | 58 | 0 | 1F | 40 | 5 | 1F | 56 | 41 |
| Octal | 362 | 250 | 130 | 0 | 37 | 100 | 5 | 37 | 126 | 101 |
| Binary | 11110010 | 10101000 | 1011000 | 0 | 11111 | 1000000 | 101 | 11111 | 1010110 | 1000001 |
Color Harmonies of #F2A858
Complementary color
Monochromatic Colors of #F2A858
Black with #F2A858
Text Example
Text Example
White with #F2A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A858; }
p { color: rgb(242,168,88); }
H1.HeaderClassName
{
color: #F2A858;
}
.AnyTagClassName
{
color: #F2A858;
}
</style>
background-color css
<style>
a { background-color: #F2A858; }
a { background-color: rgb(242,168,88); }
div.DivClassName
{
background-color: #F2A858;
}
.BgClassName
{
background-color: #F2A858;
}
</style>
border-color css
<style>
span { border-color: #F2A858; }
span { border-color: rgb(242,168,88); }
td.TdClassName
{
border-color: #F2A858;
}
.TagClassName
{
border-color: #F2A858;
}
</style>