Shades of Sandy Brown #F9A455
Tints of Sandy Brown #F9A455
RGB
CMYK
RGB Variations
Color information
#F9A455 (or 0xF9A455) is known color: Sandy Brown. HEX triplet: F9, A4 and 55. RGB value is (249,164,85). Sum of RGB (Red+Green+Blue) = 249+164+85=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A455 is #065BAA. Grayscale: #B4B4B4. Windows color (decimal): -416683 or 5612793. OLE color: 5612793.
HSL color Cylindrical-coordinate representation of color #F9A455: hue angle of 28.9º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F9A455 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 85 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.02 |
| HSL | 28.9º | 0.93% | 0.65% | - |
| HSV(B) | 28.9º | 0.66% | 0.98% | - |
| XYZ | 53.98 | 47.35 | 14.89 | - |
| YUV | 180.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 85 | 0 | 0.34 | 0.66 | 0.02 | 28.9 | 0.93 | 0.65 |
| Hex | F9 | A4 | 55 | 0 | 22 | 42 | 2 | 1D | 5D | 41 |
| Octal | 371 | 244 | 125 | 0 | 42 | 102 | 2 | 35 | 135 | 101 |
| Binary | 11111001 | 10100100 | 1010101 | 0 | 100010 | 1000010 | 10 | 11101 | 1011101 | 1000001 |
Color Harmonies of #F9A455
Complementary color
Monochromatic Colors of #F9A455
Black with #F9A455
Text Example
Text Example
White with #F9A455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A455; }
p { color: rgb(249,164,85); }
H1.HeaderClassName
{
color: #F9A455;
}
.AnyTagClassName
{
color: #F9A455;
}
</style>
background-color css
<style>
a { background-color: #F9A455; }
a { background-color: rgb(249,164,85); }
div.DivClassName
{
background-color: #F9A455;
}
.BgClassName
{
background-color: #F9A455;
}
</style>
border-color css
<style>
span { border-color: #F9A455; }
span { border-color: rgb(249,164,85); }
td.TdClassName
{
border-color: #F9A455;
}
.TagClassName
{
border-color: #F9A455;
}
</style>