Shades of Texas Rose #FAAA59
Tints of Texas Rose #FAAA59
RGB
CMYK
RGB Variations
Color information
#FAAA59 (or 0xFAAA59) is known color: Texas Rose. HEX triplet: FA, AA and 59. RGB value is (250,170,89). Sum of RGB (Red+Green+Blue) = 250+170+89=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA59 is #0555A6. Grayscale: #B9B9B9. Windows color (decimal): -349607 or 5876474. OLE color: 5876474.
HSL color Cylindrical-coordinate representation of color #FAAA59: hue angle of 30.19º 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 #FAAA59 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 89 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 30.19º | 0.94% | 0.66% | - |
| HSV(B) | 30.19º | 0.64% | 0.98% | - |
| XYZ | 55.6 | 49.79 | 16.13 | - |
| YUV | 184.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 89 | 0 | 0.32 | 0.64 | 0.02 | 30.19 | 0.94 | 0.66 |
| Hex | FA | AA | 59 | 0 | 20 | 40 | 2 | 1E | 5E | 42 |
| Octal | 372 | 252 | 131 | 0 | 40 | 100 | 2 | 36 | 136 | 102 |
| Binary | 11111010 | 10101010 | 1011001 | 0 | 100000 | 1000000 | 10 | 11110 | 1011110 | 1000010 |
Color Harmonies of #FAAA59
Complementary color
Monochromatic Colors of #FAAA59
Black with #FAAA59
Text Example
Text Example
White with #FAAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA59; }
p { color: rgb(250,170,89); }
H1.HeaderClassName
{
color: #FAAA59;
}
.AnyTagClassName
{
color: #FAAA59;
}
</style>
background-color css
<style>
a { background-color: #FAAA59; }
a { background-color: rgb(250,170,89); }
div.DivClassName
{
background-color: #FAAA59;
}
.BgClassName
{
background-color: #FAAA59;
}
</style>
border-color css
<style>
span { border-color: #FAAA59; }
span { border-color: rgb(250,170,89); }
td.TdClassName
{
border-color: #FAAA59;
}
.TagClassName
{
border-color: #FAAA59;
}
</style>