Shades of Sandy Brown #F2A76B
Tints of Sandy Brown #F2A76B
RGB
CMYK
RGB Variations
Color information
#F2A76B (or 0xF2A76B) is known color: Sandy Brown. HEX triplet: F2, A7 and 6B. RGB value is (242,167,107). Sum of RGB (Red+Green+Blue) = 242+167+107=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A76B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A76B is #0D5894. Grayscale: #B6B6B6. Windows color (decimal): -874645 or 7055346. OLE color: 7055346.
HSL color Cylindrical-coordinate representation of color #F2A76B: hue angle of 26.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2A76B is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 107 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.05 |
| HSL | 26.67º | 0.84% | 0.68% | - |
| HSV(B) | 26.67º | 0.56% | 0.95% | - |
| XYZ | 53.09 | 47.58 | 20.29 | - |
| YUV | 182.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 107 | 0 | 0.31 | 0.56 | 0.05 | 26.67 | 0.84 | 0.68 |
| Hex | F2 | A7 | 6B | 0 | 1F | 38 | 5 | 1B | 54 | 44 |
| Octal | 362 | 247 | 153 | 0 | 37 | 70 | 5 | 33 | 124 | 104 |
| Binary | 11110010 | 10100111 | 1101011 | 0 | 11111 | 111000 | 101 | 11011 | 1010100 | 1000100 |
Color Harmonies of #F2A76B
Complementary color
Monochromatic Colors of #F2A76B
Black with #F2A76B
Text Example
Text Example
White with #F2A76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A76B; }
p { color: rgb(242,167,107); }
H1.HeaderClassName
{
color: #F2A76B;
}
.AnyTagClassName
{
color: #F2A76B;
}
</style>
background-color css
<style>
a { background-color: #F2A76B; }
a { background-color: rgb(242,167,107); }
div.DivClassName
{
background-color: #F2A76B;
}
.BgClassName
{
background-color: #F2A76B;
}
</style>
border-color css
<style>
span { border-color: #F2A76B; }
span { border-color: rgb(242,167,107); }
td.TdClassName
{
border-color: #F2A76B;
}
.TagClassName
{
border-color: #F2A76B;
}
</style>