Shades of Texas Rose #FAAB51
Tints of Texas Rose #FAAB51
RGB
CMYK
RGB Variations
Color information
#FAAB51 (or 0xFAAB51) is known color: Texas Rose. HEX triplet: FA, AB and 51. RGB value is (250,171,81). Sum of RGB (Red+Green+Blue) = 250+171+81=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB51 is #0554AE. Grayscale: #B8B8B8. Windows color (decimal): -349359 or 5352442. OLE color: 5352442.
HSL color Cylindrical-coordinate representation of color #FAAB51: hue angle of 31.95º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAAB51 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 81 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.02 |
| HSL | 31.95º | 0.94% | 0.65% | - |
| HSV(B) | 31.95º | 0.68% | 0.98% | - |
| XYZ | 55.47 | 50.04 | 14.52 | - |
| YUV | 184.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 81 | 0 | 0.32 | 0.68 | 0.02 | 31.95 | 0.94 | 0.65 |
| Hex | FA | AB | 51 | 0 | 20 | 44 | 2 | 20 | 5E | 41 |
| Octal | 372 | 253 | 121 | 0 | 40 | 104 | 2 | 40 | 136 | 101 |
| Binary | 11111010 | 10101011 | 1010001 | 0 | 100000 | 1000100 | 10 | 100000 | 1011110 | 1000001 |
Color Harmonies of #FAAB51
Complementary color
Monochromatic Colors of #FAAB51
Black with #FAAB51
Text Example
Text Example
White with #FAAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB51; }
p { color: rgb(250,171,81); }
H1.HeaderClassName
{
color: #FAAB51;
}
.AnyTagClassName
{
color: #FAAB51;
}
</style>
background-color css
<style>
a { background-color: #FAAB51; }
a { background-color: rgb(250,171,81); }
div.DivClassName
{
background-color: #FAAB51;
}
.BgClassName
{
background-color: #FAAB51;
}
</style>
border-color css
<style>
span { border-color: #FAAB51; }
span { border-color: rgb(250,171,81); }
td.TdClassName
{
border-color: #FAAB51;
}
.TagClassName
{
border-color: #FAAB51;
}
</style>