Shades of Sandy Brown #F2AB5A
Tints of Sandy Brown #F2AB5A
RGB
CMYK
RGB Variations
Color information
#F2AB5A (or 0xF2AB5A) is known color: Sandy Brown. HEX triplet: F2, AB and 5A. RGB value is (242,171,90). Sum of RGB (Red+Green+Blue) = 242+171+90=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB5A is #0D54A5. Grayscale: #B7B7B7. Windows color (decimal): -873638 or 5942258. OLE color: 5942258.
HSL color Cylindrical-coordinate representation of color #F2AB5A: hue angle of 31.97º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2AB5A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 90 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.05 |
| HSL | 31.97º | 0.85% | 0.65% | - |
| HSV(B) | 31.97º | 0.63% | 0.95% | - |
| XYZ | 53.03 | 48.74 | 16.29 | - |
| YUV | 183 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 90 | 0 | 0.29 | 0.63 | 0.05 | 31.97 | 0.85 | 0.65 |
| Hex | F2 | AB | 5A | 0 | 1D | 3F | 5 | 20 | 55 | 41 |
| Octal | 362 | 253 | 132 | 0 | 35 | 77 | 5 | 40 | 125 | 101 |
| Binary | 11110010 | 10101011 | 1011010 | 0 | 11101 | 111111 | 101 | 100000 | 1010101 | 1000001 |
Color Harmonies of #F2AB5A
Complementary color
Monochromatic Colors of #F2AB5A
Black with #F2AB5A
Text Example
Text Example
White with #F2AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB5A; }
p { color: rgb(242,171,90); }
H1.HeaderClassName
{
color: #F2AB5A;
}
.AnyTagClassName
{
color: #F2AB5A;
}
</style>
background-color css
<style>
a { background-color: #F2AB5A; }
a { background-color: rgb(242,171,90); }
div.DivClassName
{
background-color: #F2AB5A;
}
.BgClassName
{
background-color: #F2AB5A;
}
</style>
border-color css
<style>
span { border-color: #F2AB5A; }
span { border-color: rgb(242,171,90); }
td.TdClassName
{
border-color: #F2AB5A;
}
.TagClassName
{
border-color: #F2AB5A;
}
</style>