Shades of Sandy Brown #F5A25D
Tints of Sandy Brown #F5A25D
RGB
CMYK
RGB Variations
Color information
#F5A25D (or 0xF5A25D) is known color: Sandy Brown. HEX triplet: F5, A2 and 5D. RGB value is (245,162,93). Sum of RGB (Red+Green+Blue) = 245+162+93=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A25D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A25D is #0A5DA2. Grayscale: #B3B3B3. Windows color (decimal): -679331 or 6136565. OLE color: 6136565.
HSL color Cylindrical-coordinate representation of color #F5A25D: hue angle of 27.24º 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 #F5A25D is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 162 | 93 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.04 |
| HSL | 27.24º | 0.88% | 0.66% | - |
| HSV(B) | 27.24º | 0.62% | 0.96% | - |
| XYZ | 52.55 | 46.04 | 16.47 | - |
| YUV | 178.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 162 | 93 | 0 | 0.34 | 0.62 | 0.04 | 27.24 | 0.88 | 0.66 |
| Hex | F5 | A2 | 5D | 0 | 22 | 3E | 4 | 1B | 58 | 42 |
| Octal | 365 | 242 | 135 | 0 | 42 | 76 | 4 | 33 | 130 | 102 |
| Binary | 11110101 | 10100010 | 1011101 | 0 | 100010 | 111110 | 100 | 11011 | 1011000 | 1000010 |
Color Harmonies of #F5A25D
Complementary color
Monochromatic Colors of #F5A25D
Black with #F5A25D
Text Example
Text Example
White with #F5A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A25D; }
p { color: rgb(245,162,93); }
H1.HeaderClassName
{
color: #F5A25D;
}
.AnyTagClassName
{
color: #F5A25D;
}
</style>
background-color css
<style>
a { background-color: #F5A25D; }
a { background-color: rgb(245,162,93); }
div.DivClassName
{
background-color: #F5A25D;
}
.BgClassName
{
background-color: #F5A25D;
}
</style>
border-color css
<style>
span { border-color: #F5A25D; }
span { border-color: rgb(245,162,93); }
td.TdClassName
{
border-color: #F5A25D;
}
.TagClassName
{
border-color: #F5A25D;
}
</style>