Shades of Sandy Brown #F2A75D
Tints of Sandy Brown #F2A75D
RGB
CMYK
RGB Variations
Color information
#F2A75D (or 0xF2A75D) is known color: Sandy Brown. HEX triplet: F2, A7 and 5D. RGB value is (242,167,93). Sum of RGB (Red+Green+Blue) = 242+167+93=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A75D is #0D58A2. Grayscale: #B5B5B5. Windows color (decimal): -874659 or 6137842. OLE color: 6137842.
HSL color Cylindrical-coordinate representation of color #F2A75D: hue angle of 29.8º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2A75D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 93 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.05 |
| HSL | 29.8º | 0.85% | 0.66% | - |
| HSV(B) | 29.8º | 0.62% | 0.95% | - |
| XYZ | 52.41 | 47.3 | 16.72 | - |
| YUV | 180.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 93 | 0 | 0.31 | 0.62 | 0.05 | 29.8 | 0.85 | 0.66 |
| Hex | F2 | A7 | 5D | 0 | 1F | 3E | 5 | 1E | 55 | 42 |
| Octal | 362 | 247 | 135 | 0 | 37 | 76 | 5 | 36 | 125 | 102 |
| Binary | 11110010 | 10100111 | 1011101 | 0 | 11111 | 111110 | 101 | 11110 | 1010101 | 1000010 |
Color Harmonies of #F2A75D
Complementary color
Monochromatic Colors of #F2A75D
Black with #F2A75D
Text Example
Text Example
White with #F2A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A75D; }
p { color: rgb(242,167,93); }
H1.HeaderClassName
{
color: #F2A75D;
}
.AnyTagClassName
{
color: #F2A75D;
}
</style>
background-color css
<style>
a { background-color: #F2A75D; }
a { background-color: rgb(242,167,93); }
div.DivClassName
{
background-color: #F2A75D;
}
.BgClassName
{
background-color: #F2A75D;
}
</style>
border-color css
<style>
span { border-color: #F2A75D; }
span { border-color: rgb(242,167,93); }
td.TdClassName
{
border-color: #F2A75D;
}
.TagClassName
{
border-color: #F2A75D;
}
</style>