Shades of Sandy Brown #F2A167
Tints of Sandy Brown #F2A167
RGB
CMYK
RGB Variations
Color information
#F2A167 (or 0xF2A167) is known color: Sandy Brown. HEX triplet: F2, A1 and 67. RGB value is (242,161,103). Sum of RGB (Red+Green+Blue) = 242+161+103=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A167 is #0D5E98. Grayscale: #B2B2B2. Windows color (decimal): -876185 or 6791666. OLE color: 6791666.
HSL color Cylindrical-coordinate representation of color #F2A167: hue angle of 25.04º 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 #F2A167 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 103 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.05 |
| HSL | 25.04º | 0.84% | 0.68% | - |
| HSV(B) | 25.04º | 0.57% | 0.95% | - |
| XYZ | 51.81 | 45.35 | 18.85 | - |
| YUV | 178.61 | 85.34 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 103 | 0 | 0.33 | 0.57 | 0.05 | 25.04 | 0.84 | 0.68 |
| Hex | F2 | A1 | 67 | 0 | 21 | 39 | 5 | 19 | 54 | 44 |
| Octal | 362 | 241 | 147 | 0 | 41 | 71 | 5 | 31 | 124 | 104 |
| Binary | 11110010 | 10100001 | 1100111 | 0 | 100001 | 111001 | 101 | 11001 | 1010100 | 1000100 |
Color Harmonies of #F2A167
Complementary color
Monochromatic Colors of #F2A167
Black with #F2A167
Text Example
Text Example
White with #F2A167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A167; }
p { color: rgb(242,161,103); }
H1.HeaderClassName
{
color: #F2A167;
}
.AnyTagClassName
{
color: #F2A167;
}
</style>
background-color css
<style>
a { background-color: #F2A167; }
a { background-color: rgb(242,161,103); }
div.DivClassName
{
background-color: #F2A167;
}
.BgClassName
{
background-color: #F2A167;
}
</style>
border-color css
<style>
span { border-color: #F2A167; }
span { border-color: rgb(242,161,103); }
td.TdClassName
{
border-color: #F2A167;
}
.TagClassName
{
border-color: #F2A167;
}
</style>