Shades of Sandy Brown #F5A25C
Tints of Sandy Brown #F5A25C
RGB
CMYK
RGB Variations
Color information
#F5A25C (or 0xF5A25C) is known color: Sandy Brown. HEX triplet: F5, A2 and 5C. RGB value is (245,162,92). Sum of RGB (Red+Green+Blue) = 245+162+92=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A25C is #0A5DA3. Grayscale: #B3B3B3. Windows color (decimal): -679332 or 6071029. OLE color: 6071029.
HSL color Cylindrical-coordinate representation of color #F5A25C: hue angle of 27.45º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5A25C is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 92 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.04 |
| HSL | 27.45º | 0.88% | 0.66% | - |
| HSV(B) | 27.45º | 0.62% | 0.96% | - |
| XYZ | 52.51 | 46.03 | 16.24 | - |
| YUV | 178.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 92 | 0 | 0.34 | 0.62 | 0.04 | 27.45 | 0.88 | 0.66 |
| Hex | F5 | A2 | 5C | 0 | 22 | 3E | 4 | 1B | 58 | 42 |
| Octal | 365 | 242 | 134 | 0 | 42 | 76 | 4 | 33 | 130 | 102 |
| Binary | 11110101 | 10100010 | 1011100 | 0 | 100010 | 111110 | 100 | 11011 | 1011000 | 1000010 |
Color Harmonies of #F5A25C
Complementary color
Monochromatic Colors of #F5A25C
Black with #F5A25C
Text Example
Text Example
White with #F5A25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A25C; }
p { color: rgb(245,162,92); }
H1.HeaderClassName
{
color: #F5A25C;
}
.AnyTagClassName
{
color: #F5A25C;
}
</style>
background-color css
<style>
a { background-color: #F5A25C; }
a { background-color: rgb(245,162,92); }
div.DivClassName
{
background-color: #F5A25C;
}
.BgClassName
{
background-color: #F5A25C;
}
</style>
border-color css
<style>
span { border-color: #F5A25C; }
span { border-color: rgb(245,162,92); }
td.TdClassName
{
border-color: #F5A25C;
}
.TagClassName
{
border-color: #F5A25C;
}
</style>