Shades of Texas Rose #F9A959
Tints of Texas Rose #F9A959
RGB
CMYK
RGB Variations
Color information
#F9A959 (or 0xF9A959) is known color: Texas Rose. HEX triplet: F9, A9 and 59. RGB value is (249,169,89). Sum of RGB (Red+Green+Blue) = 249+169+89=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A959 is #0656A6. Grayscale: #B8B8B8. Windows color (decimal): -415399 or 5876217. OLE color: 5876217.
HSL color Cylindrical-coordinate representation of color #F9A959: hue angle of 30º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9A959 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 89 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 30º | 0.93% | 0.66% | - |
| HSV(B) | 30º | 0.64% | 0.98% | - |
| XYZ | 55.06 | 49.24 | 16.05 | - |
| YUV | 183.8 | 74.5 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 89 | 0 | 0.32 | 0.64 | 0.02 | 30 | 0.93 | 0.66 |
| Hex | F9 | A9 | 59 | 0 | 20 | 40 | 2 | 1E | 5D | 42 |
| Octal | 371 | 251 | 131 | 0 | 40 | 100 | 2 | 36 | 135 | 102 |
| Binary | 11111001 | 10101001 | 1011001 | 0 | 100000 | 1000000 | 10 | 11110 | 1011101 | 1000010 |
Color Harmonies of #F9A959
Complementary color
Monochromatic Colors of #F9A959
Black with #F9A959
Text Example
Text Example
White with #F9A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A959; }
p { color: rgb(249,169,89); }
H1.HeaderClassName
{
color: #F9A959;
}
.AnyTagClassName
{
color: #F9A959;
}
</style>
background-color css
<style>
a { background-color: #F9A959; }
a { background-color: rgb(249,169,89); }
div.DivClassName
{
background-color: #F9A959;
}
.BgClassName
{
background-color: #F9A959;
}
</style>
border-color css
<style>
span { border-color: #F9A959; }
span { border-color: rgb(249,169,89); }
td.TdClassName
{
border-color: #F9A959;
}
.TagClassName
{
border-color: #F9A959;
}
</style>