Shades of Sandy Brown #FFA45F
Tints of Sandy Brown #FFA45F
RGB
CMYK
RGB Variations
Color information
#FFA45F (or 0xFFA45F) is known color: Sandy Brown. HEX triplet: FF, A4 and 5F. RGB value is (255,164,95). Sum of RGB (Red+Green+Blue) = 255+164+95=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA45F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA45F is #005BA0. Grayscale: #B7B7B7. Windows color (decimal): -23457 or 6268159. OLE color: 6268159.
HSL color Cylindrical-coordinate representation of color #FFA45F: hue angle of 25.88º 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 #FFA45F is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 95 | - |
| CMYK | 0 | 0.36 | 0.63 | 0 |
| HSL | 25.88º | 1% | 0.69% | - |
| HSV(B) | 25.88º | 0.63% | 1% | - |
| XYZ | 56.58 | 48.64 | 17.23 | - |
| YUV | 183.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 95 | 0 | 0.36 | 0.63 | 0 | 25.88 | 1 | 0.69 |
| Hex | FF | A4 | 5F | 0 | 24 | 3F | 0 | 1A | 64 | 45 |
| Octal | 377 | 244 | 137 | 0 | 44 | 77 | 0 | 32 | 144 | 105 |
| Binary | 11111111 | 10100100 | 1011111 | 0 | 100100 | 111111 | 0 | 11010 | 1100100 | 1000101 |
Color Harmonies of #FFA45F
Complementary color
Monochromatic Colors of #FFA45F
Black with #FFA45F
Text Example
Text Example
White with #FFA45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA45F; }
p { color: rgb(255,164,95); }
H1.HeaderClassName
{
color: #FFA45F;
}
.AnyTagClassName
{
color: #FFA45F;
}
</style>
background-color css
<style>
a { background-color: #FFA45F; }
a { background-color: rgb(255,164,95); }
div.DivClassName
{
background-color: #FFA45F;
}
.BgClassName
{
background-color: #FFA45F;
}
</style>
border-color css
<style>
span { border-color: #FFA45F; }
span { border-color: rgb(255,164,95); }
td.TdClassName
{
border-color: #FFA45F;
}
.TagClassName
{
border-color: #FFA45F;
}
</style>