Shades of Sandy Brown #F2A562
Tints of Sandy Brown #F2A562
RGB
CMYK
RGB Variations
Color information
#F2A562 (or 0xF2A562) is known color: Sandy Brown. HEX triplet: F2, A5 and 62. RGB value is (242,165,98). Sum of RGB (Red+Green+Blue) = 242+165+98=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A562 is #0D5A9D. Grayscale: #B4B4B4. Windows color (decimal): -875166 or 6465010. OLE color: 6465010.
HSL color Cylindrical-coordinate representation of color #F2A562: hue angle of 27.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2A562 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 98 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.05 |
| HSL | 27.92º | 0.85% | 0.67% | - |
| HSV(B) | 27.92º | 0.6% | 0.95% | - |
| XYZ | 52.28 | 46.67 | 17.81 | - |
| YUV | 180.39 | 81.51 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 98 | 0 | 0.32 | 0.60 | 0.05 | 27.92 | 0.85 | 0.67 |
| Hex | F2 | A5 | 62 | 0 | 20 | 3C | 5 | 1C | 55 | 43 |
| Octal | 362 | 245 | 142 | 0 | 40 | 74 | 5 | 34 | 125 | 103 |
| Binary | 11110010 | 10100101 | 1100010 | 0 | 100000 | 111100 | 101 | 11100 | 1010101 | 1000011 |
Color Harmonies of #F2A562
Complementary color
Monochromatic Colors of #F2A562
Black with #F2A562
Text Example
Text Example
White with #F2A562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A562; }
p { color: rgb(242,165,98); }
H1.HeaderClassName
{
color: #F2A562;
}
.AnyTagClassName
{
color: #F2A562;
}
</style>
background-color css
<style>
a { background-color: #F2A562; }
a { background-color: rgb(242,165,98); }
div.DivClassName
{
background-color: #F2A562;
}
.BgClassName
{
background-color: #F2A562;
}
</style>
border-color css
<style>
span { border-color: #F2A562; }
span { border-color: rgb(242,165,98); }
td.TdClassName
{
border-color: #F2A562;
}
.TagClassName
{
border-color: #F2A562;
}
</style>