Shades of Sandy Brown #F2A467
Tints of Sandy Brown #F2A467
RGB
CMYK
RGB Variations
Color information
#F2A467 (or 0xF2A467) is known color: Sandy Brown. HEX triplet: F2, A4 and 67. RGB value is (242,164,103). Sum of RGB (Red+Green+Blue) = 242+164+103=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A467 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A467 is #0D5B98. Grayscale: #B4B4B4. Windows color (decimal): -875417 or 6792434. OLE color: 6792434.
HSL color Cylindrical-coordinate representation of color #F2A467: hue angle of 26.33º 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 #F2A467 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 103 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.05 |
| HSL | 26.33º | 0.84% | 0.68% | - |
| HSV(B) | 26.33º | 0.57% | 0.95% | - |
| XYZ | 52.34 | 46.41 | 19.03 | - |
| YUV | 180.37 | 84.34 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 103 | 0 | 0.32 | 0.57 | 0.05 | 26.33 | 0.84 | 0.68 |
| Hex | F2 | A4 | 67 | 0 | 20 | 39 | 5 | 1A | 54 | 44 |
| Octal | 362 | 244 | 147 | 0 | 40 | 71 | 5 | 32 | 124 | 104 |
| Binary | 11110010 | 10100100 | 1100111 | 0 | 100000 | 111001 | 101 | 11010 | 1010100 | 1000100 |
Color Harmonies of #F2A467
Complementary color
Monochromatic Colors of #F2A467
Black with #F2A467
Text Example
Text Example
White with #F2A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A467; }
p { color: rgb(242,164,103); }
H1.HeaderClassName
{
color: #F2A467;
}
.AnyTagClassName
{
color: #F2A467;
}
</style>
background-color css
<style>
a { background-color: #F2A467; }
a { background-color: rgb(242,164,103); }
div.DivClassName
{
background-color: #F2A467;
}
.BgClassName
{
background-color: #F2A467;
}
</style>
border-color css
<style>
span { border-color: #F2A467; }
span { border-color: rgb(242,164,103); }
td.TdClassName
{
border-color: #F2A467;
}
.TagClassName
{
border-color: #F2A467;
}
</style>