Shades of Sandy Brown #F9A45B
Tints of Sandy Brown #F9A45B
RGB
CMYK
RGB Variations
Color information
#F9A45B (or 0xF9A45B) is known color: Sandy Brown. HEX triplet: F9, A4 and 5B. RGB value is (249,164,91). Sum of RGB (Red+Green+Blue) = 249+164+91=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A45B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A45B is #065BA4. Grayscale: #B5B5B5. Windows color (decimal): -416677 or 6006009. OLE color: 6006009.
HSL color Cylindrical-coordinate representation of color #F9A45B: hue angle of 27.72º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9A45B is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 91 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.02 |
| HSL | 27.72º | 0.93% | 0.67% | - |
| HSV(B) | 27.72º | 0.63% | 0.98% | - |
| XYZ | 54.23 | 47.45 | 16.2 | - |
| YUV | 181.09 | 77.16 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 91 | 0 | 0.34 | 0.63 | 0.02 | 27.72 | 0.93 | 0.67 |
| Hex | F9 | A4 | 5B | 0 | 22 | 3F | 2 | 1C | 5D | 43 |
| Octal | 371 | 244 | 133 | 0 | 42 | 77 | 2 | 34 | 135 | 103 |
| Binary | 11111001 | 10100100 | 1011011 | 0 | 100010 | 111111 | 10 | 11100 | 1011101 | 1000011 |
Color Harmonies of #F9A45B
Complementary color
Monochromatic Colors of #F9A45B
Black with #F9A45B
Text Example
Text Example
White with #F9A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A45B; }
p { color: rgb(249,164,91); }
H1.HeaderClassName
{
color: #F9A45B;
}
.AnyTagClassName
{
color: #F9A45B;
}
</style>
background-color css
<style>
a { background-color: #F9A45B; }
a { background-color: rgb(249,164,91); }
div.DivClassName
{
background-color: #F9A45B;
}
.BgClassName
{
background-color: #F9A45B;
}
</style>
border-color css
<style>
span { border-color: #F9A45B; }
span { border-color: rgb(249,164,91); }
td.TdClassName
{
border-color: #F9A45B;
}
.TagClassName
{
border-color: #F9A45B;
}
</style>