Shades of Texas Rose #FAAA58
Tints of Texas Rose #FAAA58
RGB
CMYK
RGB Variations
Color information
#FAAA58 (or 0xFAAA58) is known color: Texas Rose. HEX triplet: FA, AA and 58. RGB value is (250,170,88). Sum of RGB (Red+Green+Blue) = 250+170+88=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA58 is #0555A7. Grayscale: #B8B8B8. Windows color (decimal): -349608 or 5810938. OLE color: 5810938.
HSL color Cylindrical-coordinate representation of color #FAAA58: hue angle of 30.37º 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 #FAAA58 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 88 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.02 |
| HSL | 30.37º | 0.94% | 0.66% | - |
| HSV(B) | 30.37º | 0.65% | 0.98% | - |
| XYZ | 55.56 | 49.78 | 15.91 | - |
| YUV | 184.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 88 | 0 | 0.32 | 0.65 | 0.02 | 30.37 | 0.94 | 0.66 |
| Hex | FA | AA | 58 | 0 | 20 | 41 | 2 | 1E | 5E | 42 |
| Octal | 372 | 252 | 130 | 0 | 40 | 101 | 2 | 36 | 136 | 102 |
| Binary | 11111010 | 10101010 | 1011000 | 0 | 100000 | 1000001 | 10 | 11110 | 1011110 | 1000010 |
Color Harmonies of #FAAA58
Complementary color
Monochromatic Colors of #FAAA58
Black with #FAAA58
Text Example
Text Example
White with #FAAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA58; }
p { color: rgb(250,170,88); }
H1.HeaderClassName
{
color: #FAAA58;
}
.AnyTagClassName
{
color: #FAAA58;
}
</style>
background-color css
<style>
a { background-color: #FAAA58; }
a { background-color: rgb(250,170,88); }
div.DivClassName
{
background-color: #FAAA58;
}
.BgClassName
{
background-color: #FAAA58;
}
</style>
border-color css
<style>
span { border-color: #FAAA58; }
span { border-color: rgb(250,170,88); }
td.TdClassName
{
border-color: #FAAA58;
}
.TagClassName
{
border-color: #FAAA58;
}
</style>