Shades of Texas Rose #F9BA60
Tints of Texas Rose #F9BA60
RGB
CMYK
RGB Variations
Color information
#F9BA60 (or 0xF9BA60) is known color: Texas Rose. HEX triplet: F9, BA and 60. RGB value is (249,186,96). Sum of RGB (Red+Green+Blue) = 249+186+96=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA60 is #06459F. Grayscale: #C3C3C3. Windows color (decimal): -411040 or 6339321. OLE color: 6339321.
HSL color Cylindrical-coordinate representation of color #F9BA60: hue angle of 35.29º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9BA60 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 96 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.02 |
| HSL | 35.29º | 0.93% | 0.68% | - |
| HSV(B) | 35.29º | 0.61% | 0.98% | - |
| XYZ | 58.74 | 56.1 | 18.8 | - |
| YUV | 194.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 96 | 0 | 0.25 | 0.61 | 0.02 | 35.29 | 0.93 | 0.68 |
| Hex | F9 | BA | 60 | 0 | 19 | 3D | 2 | 23 | 5D | 44 |
| Octal | 371 | 272 | 140 | 0 | 31 | 75 | 2 | 43 | 135 | 104 |
| Binary | 11111001 | 10111010 | 1100000 | 0 | 11001 | 111101 | 10 | 100011 | 1011101 | 1000100 |
Color Harmonies of #F9BA60
Complementary color
Monochromatic Colors of #F9BA60
Black with #F9BA60
Text Example
Text Example
White with #F9BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA60; }
p { color: rgb(249,186,96); }
H1.HeaderClassName
{
color: #F9BA60;
}
.AnyTagClassName
{
color: #F9BA60;
}
</style>
background-color css
<style>
a { background-color: #F9BA60; }
a { background-color: rgb(249,186,96); }
div.DivClassName
{
background-color: #F9BA60;
}
.BgClassName
{
background-color: #F9BA60;
}
</style>
border-color css
<style>
span { border-color: #F9BA60; }
span { border-color: rgb(249,186,96); }
td.TdClassName
{
border-color: #F9BA60;
}
.TagClassName
{
border-color: #F9BA60;
}
</style>