Shades of Sandy Brown #F2A163
Tints of Sandy Brown #F2A163
RGB
CMYK
RGB Variations
Color information
#F2A163 (or 0xF2A163) is known color: Sandy Brown. HEX triplet: F2, A1 and 63. RGB value is (242,161,99). Sum of RGB (Red+Green+Blue) = 242+161+99=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A163 is #0D5E9C. Grayscale: #B2B2B2. Windows color (decimal): -876189 or 6529522. OLE color: 6529522.
HSL color Cylindrical-coordinate representation of color #F2A163: hue angle of 26.01º 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 #F2A163 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 99 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.05 |
| HSL | 26.01º | 0.85% | 0.67% | - |
| HSV(B) | 26.01º | 0.59% | 0.95% | - |
| XYZ | 51.61 | 45.27 | 17.82 | - |
| YUV | 178.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 99 | 0 | 0.33 | 0.59 | 0.05 | 26.01 | 0.85 | 0.67 |
| Hex | F2 | A1 | 63 | 0 | 21 | 3B | 5 | 1A | 55 | 43 |
| Octal | 362 | 241 | 143 | 0 | 41 | 73 | 5 | 32 | 125 | 103 |
| Binary | 11110010 | 10100001 | 1100011 | 0 | 100001 | 111011 | 101 | 11010 | 1010101 | 1000011 |
Color Harmonies of #F2A163
Complementary color
Monochromatic Colors of #F2A163
Black with #F2A163
Text Example
Text Example
White with #F2A163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A163; }
p { color: rgb(242,161,99); }
H1.HeaderClassName
{
color: #F2A163;
}
.AnyTagClassName
{
color: #F2A163;
}
</style>
background-color css
<style>
a { background-color: #F2A163; }
a { background-color: rgb(242,161,99); }
div.DivClassName
{
background-color: #F2A163;
}
.BgClassName
{
background-color: #F2A163;
}
</style>
border-color css
<style>
span { border-color: #F2A163; }
span { border-color: rgb(242,161,99); }
td.TdClassName
{
border-color: #F2A163;
}
.TagClassName
{
border-color: #F2A163;
}
</style>