Shades of Texas Rose #FAAA57
Tints of Texas Rose #FAAA57
RGB
CMYK
RGB Variations
Color information
#FAAA57 (or 0xFAAA57) is known color: Texas Rose. HEX triplet: FA, AA and 57. RGB value is (250,170,87). Sum of RGB (Red+Green+Blue) = 250+170+87=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA57 is #0555A8. Grayscale: #B8B8B8. Windows color (decimal): -349609 or 5745402. OLE color: 5745402.
HSL color Cylindrical-coordinate representation of color #FAAA57: hue angle of 30.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAAA57 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 87 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.02 |
| HSL | 30.55º | 0.94% | 0.66% | - |
| HSV(B) | 30.55º | 0.65% | 0.98% | - |
| XYZ | 55.52 | 49.76 | 15.7 | - |
| YUV | 184.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 87 | 0 | 0.32 | 0.65 | 0.02 | 30.55 | 0.94 | 0.66 |
| Hex | FA | AA | 57 | 0 | 20 | 41 | 2 | 1F | 5E | 42 |
| Octal | 372 | 252 | 127 | 0 | 40 | 101 | 2 | 37 | 136 | 102 |
| Binary | 11111010 | 10101010 | 1010111 | 0 | 100000 | 1000001 | 10 | 11111 | 1011110 | 1000010 |
Color Harmonies of #FAAA57
Complementary color
Monochromatic Colors of #FAAA57
Black with #FAAA57
Text Example
Text Example
White with #FAAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA57; }
p { color: rgb(250,170,87); }
H1.HeaderClassName
{
color: #FAAA57;
}
.AnyTagClassName
{
color: #FAAA57;
}
</style>
background-color css
<style>
a { background-color: #FAAA57; }
a { background-color: rgb(250,170,87); }
div.DivClassName
{
background-color: #FAAA57;
}
.BgClassName
{
background-color: #FAAA57;
}
</style>
border-color css
<style>
span { border-color: #FAAA57; }
span { border-color: rgb(250,170,87); }
td.TdClassName
{
border-color: #FAAA57;
}
.TagClassName
{
border-color: #FAAA57;
}
</style>