Shades of Sandy Brown #F2A758
Tints of Sandy Brown #F2A758
RGB
CMYK
RGB Variations
Color information
#F2A758 (or 0xF2A758) is known color: Sandy Brown. HEX triplet: F2, A7 and 58. RGB value is (242,167,88). Sum of RGB (Red+Green+Blue) = 242+167+88=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A758 is #0D58A7. Grayscale: #B4B4B4. Windows color (decimal): -874664 or 5810162. OLE color: 5810162.
HSL color Cylindrical-coordinate representation of color #F2A758: hue angle of 30.78º 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 #F2A758 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 88 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.05 |
| HSL | 30.78º | 0.86% | 0.65% | - |
| HSV(B) | 30.78º | 0.64% | 0.95% | - |
| XYZ | 52.2 | 47.22 | 15.6 | - |
| YUV | 180.42 | 75.85 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 88 | 0 | 0.31 | 0.64 | 0.05 | 30.78 | 0.86 | 0.65 |
| Hex | F2 | A7 | 58 | 0 | 1F | 40 | 5 | 1F | 56 | 41 |
| Octal | 362 | 247 | 130 | 0 | 37 | 100 | 5 | 37 | 126 | 101 |
| Binary | 11110010 | 10100111 | 1011000 | 0 | 11111 | 1000000 | 101 | 11111 | 1010110 | 1000001 |
Color Harmonies of #F2A758
Complementary color
Monochromatic Colors of #F2A758
Black with #F2A758
Text Example
Text Example
White with #F2A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A758; }
p { color: rgb(242,167,88); }
H1.HeaderClassName
{
color: #F2A758;
}
.AnyTagClassName
{
color: #F2A758;
}
</style>
background-color css
<style>
a { background-color: #F2A758; }
a { background-color: rgb(242,167,88); }
div.DivClassName
{
background-color: #F2A758;
}
.BgClassName
{
background-color: #F2A758;
}
</style>
border-color css
<style>
span { border-color: #F2A758; }
span { border-color: rgb(242,167,88); }
td.TdClassName
{
border-color: #F2A758;
}
.TagClassName
{
border-color: #F2A758;
}
</style>