Shades of Texas Rose #FAAB59
Tints of Texas Rose #FAAB59
RGB
CMYK
RGB Variations
Color information
#FAAB59 (or 0xFAAB59) is known color: Texas Rose. HEX triplet: FA, AB and 59. RGB value is (250,171,89). Sum of RGB (Red+Green+Blue) = 250+171+89=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB59 is #0554A6. Grayscale: #B9B9B9. Windows color (decimal): -349351 or 5876730. OLE color: 5876730.
HSL color Cylindrical-coordinate representation of color #FAAB59: hue angle of 30.56º degrees, saturation: 0.94, 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 #FAAB59 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 89 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 30.56º | 0.94% | 0.66% | - |
| HSV(B) | 30.56º | 0.64% | 0.98% | - |
| XYZ | 55.79 | 50.17 | 16.19 | - |
| YUV | 185.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 89 | 0 | 0.32 | 0.64 | 0.02 | 30.56 | 0.94 | 0.66 |
| Hex | FA | AB | 59 | 0 | 20 | 40 | 2 | 1F | 5E | 42 |
| Octal | 372 | 253 | 131 | 0 | 40 | 100 | 2 | 37 | 136 | 102 |
| Binary | 11111010 | 10101011 | 1011001 | 0 | 100000 | 1000000 | 10 | 11111 | 1011110 | 1000010 |
Color Harmonies of #FAAB59
Complementary color
Monochromatic Colors of #FAAB59
Black with #FAAB59
Text Example
Text Example
White with #FAAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB59; }
p { color: rgb(250,171,89); }
H1.HeaderClassName
{
color: #FAAB59;
}
.AnyTagClassName
{
color: #FAAB59;
}
</style>
background-color css
<style>
a { background-color: #FAAB59; }
a { background-color: rgb(250,171,89); }
div.DivClassName
{
background-color: #FAAB59;
}
.BgClassName
{
background-color: #FAAB59;
}
</style>
border-color css
<style>
span { border-color: #FAAB59; }
span { border-color: rgb(250,171,89); }
td.TdClassName
{
border-color: #FAAB59;
}
.TagClassName
{
border-color: #FAAB59;
}
</style>