Shades of Texas Rose #FAAA55
Tints of Texas Rose #FAAA55
RGB
CMYK
RGB Variations
Color information
#FAAA55 (or 0xFAAA55) is known color: Texas Rose. HEX triplet: FA, AA and 55. RGB value is (250,170,85). Sum of RGB (Red+Green+Blue) = 250+170+85=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA55 is #0555AA. Grayscale: #B8B8B8. Windows color (decimal): -349611 or 5614330. OLE color: 5614330.
HSL color Cylindrical-coordinate representation of color #FAAA55: hue angle of 30.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAAA55 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 85 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.02 |
| HSL | 30.91º | 0.94% | 0.66% | - |
| HSV(B) | 30.91º | 0.66% | 0.98% | - |
| XYZ | 55.44 | 49.73 | 15.27 | - |
| YUV | 184.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 85 | 0 | 0.32 | 0.66 | 0.02 | 30.91 | 0.94 | 0.66 |
| Hex | FA | AA | 55 | 0 | 20 | 42 | 2 | 1F | 5E | 42 |
| Octal | 372 | 252 | 125 | 0 | 40 | 102 | 2 | 37 | 136 | 102 |
| Binary | 11111010 | 10101010 | 1010101 | 0 | 100000 | 1000010 | 10 | 11111 | 1011110 | 1000010 |
Color Harmonies of #FAAA55
Complementary color
Monochromatic Colors of #FAAA55
Black with #FAAA55
Text Example
Text Example
White with #FAAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA55; }
p { color: rgb(250,170,85); }
H1.HeaderClassName
{
color: #FAAA55;
}
.AnyTagClassName
{
color: #FAAA55;
}
</style>
background-color css
<style>
a { background-color: #FAAA55; }
a { background-color: rgb(250,170,85); }
div.DivClassName
{
background-color: #FAAA55;
}
.BgClassName
{
background-color: #FAAA55;
}
</style>
border-color css
<style>
span { border-color: #FAAA55; }
span { border-color: rgb(250,170,85); }
td.TdClassName
{
border-color: #FAAA55;
}
.TagClassName
{
border-color: #FAAA55;
}
</style>