Shades of Sandy Brown #F2AD6A
Tints of Sandy Brown #F2AD6A
RGB
CMYK
RGB Variations
Color information
#F2AD6A (or 0xF2AD6A) is known color: Sandy Brown. HEX triplet: F2, AD and 6A. RGB value is (242,173,106). Sum of RGB (Red+Green+Blue) = 242+173+106=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AD6A is #0D5295. Grayscale: #BABABA. Windows color (decimal): -873110 or 6991346. OLE color: 6991346.
HSL color Cylindrical-coordinate representation of color #F2AD6A: hue angle of 29.56º 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 #F2AD6A is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 106 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.05 |
| HSL | 29.56º | 0.84% | 0.68% | - |
| HSV(B) | 29.56º | 0.56% | 0.95% | - |
| XYZ | 54.16 | 49.81 | 20.39 | - |
| YUV | 185.99 | 82.86 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 106 | 0 | 0.29 | 0.56 | 0.05 | 29.56 | 0.84 | 0.68 |
| Hex | F2 | AD | 6A | 0 | 1D | 38 | 5 | 1E | 54 | 44 |
| Octal | 362 | 255 | 152 | 0 | 35 | 70 | 5 | 36 | 124 | 104 |
| Binary | 11110010 | 10101101 | 1101010 | 0 | 11101 | 111000 | 101 | 11110 | 1010100 | 1000100 |
Color Harmonies of #F2AD6A
Complementary color
Monochromatic Colors of #F2AD6A
Black with #F2AD6A
Text Example
Text Example
White with #F2AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD6A; }
p { color: rgb(242,173,106); }
H1.HeaderClassName
{
color: #F2AD6A;
}
.AnyTagClassName
{
color: #F2AD6A;
}
</style>
background-color css
<style>
a { background-color: #F2AD6A; }
a { background-color: rgb(242,173,106); }
div.DivClassName
{
background-color: #F2AD6A;
}
.BgClassName
{
background-color: #F2AD6A;
}
</style>
border-color css
<style>
span { border-color: #F2AD6A; }
span { border-color: rgb(242,173,106); }
td.TdClassName
{
border-color: #F2AD6A;
}
.TagClassName
{
border-color: #F2AD6A;
}
</style>