Shades of Sandy Brown #F7A25C
Tints of Sandy Brown #F7A25C
RGB
CMYK
RGB Variations
Color information
#F7A25C (or 0xF7A25C) is known color: Sandy Brown. HEX triplet: F7, A2 and 5C. RGB value is (247,162,92). Sum of RGB (Red+Green+Blue) = 247+162+92=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A25C is #085DA3. Grayscale: #B3B3B3. Windows color (decimal): -548260 or 6071031. OLE color: 6071031.
HSL color Cylindrical-coordinate representation of color #F7A25C: hue angle of 27.1º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7A25C is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 162 | 92 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.03 |
| HSL | 27.1º | 0.91% | 0.66% | - |
| HSV(B) | 27.1º | 0.63% | 0.97% | - |
| XYZ | 53.21 | 46.39 | 16.27 | - |
| YUV | 179.44 | 78.66 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 162 | 92 | 0 | 0.34 | 0.63 | 0.03 | 27.1 | 0.91 | 0.66 |
| Hex | F7 | A2 | 5C | 0 | 22 | 3F | 3 | 1B | 5B | 42 |
| Octal | 367 | 242 | 134 | 0 | 42 | 77 | 3 | 33 | 133 | 102 |
| Binary | 11110111 | 10100010 | 1011100 | 0 | 100010 | 111111 | 11 | 11011 | 1011011 | 1000010 |
Color Harmonies of #F7A25C
Complementary color
Monochromatic Colors of #F7A25C
Black with #F7A25C
Text Example
Text Example
White with #F7A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A25C; }
p { color: rgb(247,162,92); }
H1.HeaderClassName
{
color: #F7A25C;
}
.AnyTagClassName
{
color: #F7A25C;
}
</style>
background-color css
<style>
a { background-color: #F7A25C; }
a { background-color: rgb(247,162,92); }
div.DivClassName
{
background-color: #F7A25C;
}
.BgClassName
{
background-color: #F7A25C;
}
</style>
border-color css
<style>
span { border-color: #F7A25C; }
span { border-color: rgb(247,162,92); }
td.TdClassName
{
border-color: #F7A25C;
}
.TagClassName
{
border-color: #F7A25C;
}
</style>