Shades of Sandy Brown #F2A367
Tints of Sandy Brown #F2A367
RGB
CMYK
RGB Variations
Color information
#F2A367 (or 0xF2A367) is known color: Sandy Brown. HEX triplet: F2, A3 and 67. RGB value is (242,163,103). Sum of RGB (Red+Green+Blue) = 242+163+103=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A367 is #0D5C98. Grayscale: #B4B4B4. Windows color (decimal): -875673 or 6792178. OLE color: 6792178.
HSL color Cylindrical-coordinate representation of color #F2A367: hue angle of 25.9º 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 #F2A367 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 103 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.05 |
| HSL | 25.9º | 0.84% | 0.68% | - |
| HSV(B) | 25.9º | 0.57% | 0.95% | - |
| XYZ | 52.16 | 46.05 | 18.97 | - |
| YUV | 179.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 103 | 0 | 0.33 | 0.57 | 0.05 | 25.9 | 0.84 | 0.68 |
| Hex | F2 | A3 | 67 | 0 | 21 | 39 | 5 | 1A | 54 | 44 |
| Octal | 362 | 243 | 147 | 0 | 41 | 71 | 5 | 32 | 124 | 104 |
| Binary | 11110010 | 10100011 | 1100111 | 0 | 100001 | 111001 | 101 | 11010 | 1010100 | 1000100 |
Color Harmonies of #F2A367
Complementary color
Monochromatic Colors of #F2A367
Black with #F2A367
Text Example
Text Example
White with #F2A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A367; }
p { color: rgb(242,163,103); }
H1.HeaderClassName
{
color: #F2A367;
}
.AnyTagClassName
{
color: #F2A367;
}
</style>
background-color css
<style>
a { background-color: #F2A367; }
a { background-color: rgb(242,163,103); }
div.DivClassName
{
background-color: #F2A367;
}
.BgClassName
{
background-color: #F2A367;
}
</style>
border-color css
<style>
span { border-color: #F2A367; }
span { border-color: rgb(242,163,103); }
td.TdClassName
{
border-color: #F2A367;
}
.TagClassName
{
border-color: #F2A367;
}
</style>