Shades of Sandy Brown #FFA25F
Tints of Sandy Brown #FFA25F
RGB
CMYK
RGB Variations
Color information
#FFA25F (or 0xFFA25F) is known color: Sandy Brown. HEX triplet: FF, A2 and 5F. RGB value is (255,162,95). Sum of RGB (Red+Green+Blue) = 255+162+95=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 95 (37.5% from 255 or 18.55% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA25F is #005DA0. Grayscale: #B6B6B6. Windows color (decimal): -23969 or 6267647. OLE color: 6267647.
HSL color Cylindrical-coordinate representation of color #FFA25F: hue angle of 25.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFA25F is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 95 | - |
| CMYK | 0 | 0.36 | 0.63 | 0 |
| HSL | 25.13º | 1% | 0.69% | - |
| HSV(B) | 25.13º | 0.63% | 1% | - |
| XYZ | 56.23 | 47.93 | 17.11 | - |
| YUV | 182.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 95 | 0 | 0.36 | 0.63 | 0 | 25.13 | 1 | 0.69 |
| Hex | FF | A2 | 5F | 0 | 24 | 3F | 0 | 19 | 64 | 45 |
| Octal | 377 | 242 | 137 | 0 | 44 | 77 | 0 | 31 | 144 | 105 |
| Binary | 11111111 | 10100010 | 1011111 | 0 | 100100 | 111111 | 0 | 11001 | 1100100 | 1000101 |
Color Harmonies of #FFA25F
Complementary color
Monochromatic Colors of #FFA25F
Black with #FFA25F
Text Example
Text Example
White with #FFA25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA25F; }
p { color: rgb(255,162,95); }
H1.HeaderClassName
{
color: #FFA25F;
}
.AnyTagClassName
{
color: #FFA25F;
}
</style>
background-color css
<style>
a { background-color: #FFA25F; }
a { background-color: rgb(255,162,95); }
div.DivClassName
{
background-color: #FFA25F;
}
.BgClassName
{
background-color: #FFA25F;
}
</style>
border-color css
<style>
span { border-color: #FFA25F; }
span { border-color: rgb(255,162,95); }
td.TdClassName
{
border-color: #FFA25F;
}
.TagClassName
{
border-color: #FFA25F;
}
</style>