Shades of Sandy Brown #F2A15F
Tints of Sandy Brown #F2A15F
RGB
CMYK
RGB Variations
Color information
#F2A15F (or 0xF2A15F) is known color: Sandy Brown. HEX triplet: F2, A1 and 5F. RGB value is (242,161,95). Sum of RGB (Red+Green+Blue) = 242+161+95=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A15F is #0D5EA0. Grayscale: #B2B2B2. Windows color (decimal): -876193 or 6267378. OLE color: 6267378.
HSL color Cylindrical-coordinate representation of color #F2A15F: hue angle of 26.94º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2A15F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 95 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.05 |
| HSL | 26.94º | 0.85% | 0.66% | - |
| HSV(B) | 26.94º | 0.61% | 0.95% | - |
| XYZ | 51.43 | 45.19 | 16.84 | - |
| YUV | 177.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 95 | 0 | 0.33 | 0.61 | 0.05 | 26.94 | 0.85 | 0.66 |
| Hex | F2 | A1 | 5F | 0 | 21 | 3D | 5 | 1B | 55 | 42 |
| Octal | 362 | 241 | 137 | 0 | 41 | 75 | 5 | 33 | 125 | 102 |
| Binary | 11110010 | 10100001 | 1011111 | 0 | 100001 | 111101 | 101 | 11011 | 1010101 | 1000010 |
Color Harmonies of #F2A15F
Complementary color
Monochromatic Colors of #F2A15F
Black with #F2A15F
Text Example
Text Example
White with #F2A15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A15F; }
p { color: rgb(242,161,95); }
H1.HeaderClassName
{
color: #F2A15F;
}
.AnyTagClassName
{
color: #F2A15F;
}
</style>
background-color css
<style>
a { background-color: #F2A15F; }
a { background-color: rgb(242,161,95); }
div.DivClassName
{
background-color: #F2A15F;
}
.BgClassName
{
background-color: #F2A15F;
}
</style>
border-color css
<style>
span { border-color: #F2A15F; }
span { border-color: rgb(242,161,95); }
td.TdClassName
{
border-color: #F2A15F;
}
.TagClassName
{
border-color: #F2A15F;
}
</style>