Shades of Texas Rose #F9B059
Tints of Texas Rose #F9B059
RGB
CMYK
RGB Variations
Color information
#F9B059 (or 0xF9B059) is known color: Texas Rose. HEX triplet: F9, B0 and 59. RGB value is (249,176,89). Sum of RGB (Red+Green+Blue) = 249+176+89=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B059 is #064FA6. Grayscale: #BCBCBC. Windows color (decimal): -413607 or 5878009. OLE color: 5878009.
HSL color Cylindrical-coordinate representation of color #F9B059: hue angle of 32.62º 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 #F9B059 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 176 | 89 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.02 |
| HSL | 32.63º | 0.93% | 0.66% | - |
| HSV(B) | 32.63º | 0.64% | 0.98% | - |
| XYZ | 56.4 | 51.91 | 16.5 | - |
| YUV | 187.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 176 | 89 | 0 | 0.29 | 0.64 | 0.02 | 32.63 | 0.93 | 0.66 |
| Hex | F9 | B0 | 59 | 0 | 1D | 40 | 2 | 21 | 5D | 42 |
| Octal | 371 | 260 | 131 | 0 | 35 | 100 | 2 | 41 | 135 | 102 |
| Binary | 11111001 | 10110000 | 1011001 | 0 | 11101 | 1000000 | 10 | 100001 | 1011101 | 1000010 |
Color Harmonies of #F9B059
Complementary color
Monochromatic Colors of #F9B059
Black with #F9B059
Text Example
Text Example
White with #F9B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B059; }
p { color: rgb(249,176,89); }
H1.HeaderClassName
{
color: #F9B059;
}
.AnyTagClassName
{
color: #F9B059;
}
</style>
background-color css
<style>
a { background-color: #F9B059; }
a { background-color: rgb(249,176,89); }
div.DivClassName
{
background-color: #F9B059;
}
.BgClassName
{
background-color: #F9B059;
}
</style>
border-color css
<style>
span { border-color: #F9B059; }
span { border-color: rgb(249,176,89); }
td.TdClassName
{
border-color: #F9B059;
}
.TagClassName
{
border-color: #F9B059;
}
</style>