Shades of Sandy Brown #F2A667
Tints of Sandy Brown #F2A667
RGB
CMYK
RGB Variations
Color information
#F2A667 (or 0xF2A667) is known color: Sandy Brown. HEX triplet: F2, A6 and 67. RGB value is (242,166,103). Sum of RGB (Red+Green+Blue) = 242+166+103=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A667 is #0D5998. Grayscale: #B5B5B5. Windows color (decimal): -874905 or 6792946. OLE color: 6792946.
HSL color Cylindrical-coordinate representation of color #F2A667: hue angle of 27.19º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2A667 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 103 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.05 |
| HSL | 27.19º | 0.84% | 0.68% | - |
| HSV(B) | 27.19º | 0.57% | 0.95% | - |
| XYZ | 52.7 | 47.13 | 19.15 | - |
| YUV | 181.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 103 | 0 | 0.31 | 0.57 | 0.05 | 27.19 | 0.84 | 0.68 |
| Hex | F2 | A6 | 67 | 0 | 1F | 39 | 5 | 1B | 54 | 44 |
| Octal | 362 | 246 | 147 | 0 | 37 | 71 | 5 | 33 | 124 | 104 |
| Binary | 11110010 | 10100110 | 1100111 | 0 | 11111 | 111001 | 101 | 11011 | 1010100 | 1000100 |
Color Harmonies of #F2A667
Complementary color
Monochromatic Colors of #F2A667
Black with #F2A667
Text Example
Text Example
White with #F2A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A667; }
p { color: rgb(242,166,103); }
H1.HeaderClassName
{
color: #F2A667;
}
.AnyTagClassName
{
color: #F2A667;
}
</style>
background-color css
<style>
a { background-color: #F2A667; }
a { background-color: rgb(242,166,103); }
div.DivClassName
{
background-color: #F2A667;
}
.BgClassName
{
background-color: #F2A667;
}
</style>
border-color css
<style>
span { border-color: #F2A667; }
span { border-color: rgb(242,166,103); }
td.TdClassName
{
border-color: #F2A667;
}
.TagClassName
{
border-color: #F2A667;
}
</style>