Shades of Texas Rose #F9AF59
Tints of Texas Rose #F9AF59
RGB
CMYK
RGB Variations
Color information
#F9AF59 (or 0xF9AF59) is known color: Texas Rose. HEX triplet: F9, AF and 59. RGB value is (249,175,89). Sum of RGB (Red+Green+Blue) = 249+175+89=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AF59 is #0650A6. Grayscale: #BBBBBB. Windows color (decimal): -413863 or 5877753. OLE color: 5877753.
HSL color Cylindrical-coordinate representation of color #F9AF59: hue angle of 32.25º 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 #F9AF59 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 89 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.02 |
| HSL | 32.25º | 0.93% | 0.66% | - |
| HSV(B) | 32.25º | 0.64% | 0.98% | - |
| XYZ | 56.2 | 51.52 | 16.43 | - |
| YUV | 187.32 | 72.52 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 89 | 0 | 0.30 | 0.64 | 0.02 | 32.25 | 0.93 | 0.66 |
| Hex | F9 | AF | 59 | 0 | 1E | 40 | 2 | 20 | 5D | 42 |
| Octal | 371 | 257 | 131 | 0 | 36 | 100 | 2 | 40 | 135 | 102 |
| Binary | 11111001 | 10101111 | 1011001 | 0 | 11110 | 1000000 | 10 | 100000 | 1011101 | 1000010 |
Color Harmonies of #F9AF59
Complementary color
Monochromatic Colors of #F9AF59
Black with #F9AF59
Text Example
Text Example
White with #F9AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF59; }
p { color: rgb(249,175,89); }
H1.HeaderClassName
{
color: #F9AF59;
}
.AnyTagClassName
{
color: #F9AF59;
}
</style>
background-color css
<style>
a { background-color: #F9AF59; }
a { background-color: rgb(249,175,89); }
div.DivClassName
{
background-color: #F9AF59;
}
.BgClassName
{
background-color: #F9AF59;
}
</style>
border-color css
<style>
span { border-color: #F9AF59; }
span { border-color: rgb(249,175,89); }
td.TdClassName
{
border-color: #F9AF59;
}
.TagClassName
{
border-color: #F9AF59;
}
</style>