Shades of Sandy Brown #FFA258
Tints of Sandy Brown #FFA258
RGB
CMYK
RGB Variations
Color information
#FFA258 (or 0xFFA258) is known color: Sandy Brown. HEX triplet: FF, A2 and 58. RGB value is (255,162,88). Sum of RGB (Red+Green+Blue) = 255+162+88=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA258 is #005DA7. Grayscale: #B5B5B5. Windows color (decimal): -23976 or 5808895. OLE color: 5808895.
HSL color Cylindrical-coordinate representation of color #FFA258: hue angle of 26.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA258 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 88 | - |
| CMYK | 0 | 0.36 | 0.65 | 0 |
| HSL | 26.59º | 1% | 0.67% | - |
| HSV(B) | 26.59º | 0.65% | 1% | - |
| XYZ | 55.92 | 47.81 | 15.51 | - |
| YUV | 181.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 88 | 0 | 0.36 | 0.65 | 0 | 26.59 | 1 | 0.67 |
| Hex | FF | A2 | 58 | 0 | 24 | 41 | 0 | 1B | 64 | 43 |
| Octal | 377 | 242 | 130 | 0 | 44 | 101 | 0 | 33 | 144 | 103 |
| Binary | 11111111 | 10100010 | 1011000 | 0 | 100100 | 1000001 | 0 | 11011 | 1100100 | 1000011 |
Color Harmonies of #FFA258
Complementary color
Monochromatic Colors of #FFA258
Black with #FFA258
Text Example
Text Example
White with #FFA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA258; }
p { color: rgb(255,162,88); }
H1.HeaderClassName
{
color: #FFA258;
}
.AnyTagClassName
{
color: #FFA258;
}
</style>
background-color css
<style>
a { background-color: #FFA258; }
a { background-color: rgb(255,162,88); }
div.DivClassName
{
background-color: #FFA258;
}
.BgClassName
{
background-color: #FFA258;
}
</style>
border-color css
<style>
span { border-color: #FFA258; }
span { border-color: rgb(255,162,88); }
td.TdClassName
{
border-color: #FFA258;
}
.TagClassName
{
border-color: #FFA258;
}
</style>