Shades of Texas Rose #FAAA52
Tints of Texas Rose #FAAA52
RGB
CMYK
RGB Variations
Color information
#FAAA52 (or 0xFAAA52) is known color: Texas Rose. HEX triplet: FA, AA and 52. RGB value is (250,170,82). Sum of RGB (Red+Green+Blue) = 250+170+82=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA52 is #0555AD. Grayscale: #B8B8B8. Windows color (decimal): -349614 or 5417722. OLE color: 5417722.
HSL color Cylindrical-coordinate representation of color #FAAA52: hue angle of 31.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAAA52 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 82 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.02 |
| HSL | 31.43º | 0.94% | 0.65% | - |
| HSV(B) | 31.43º | 0.67% | 0.98% | - |
| XYZ | 55.32 | 49.68 | 14.66 | - |
| YUV | 183.89 | 70.5 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 82 | 0 | 0.32 | 0.67 | 0.02 | 31.43 | 0.94 | 0.65 |
| Hex | FA | AA | 52 | 0 | 20 | 43 | 2 | 1F | 5E | 41 |
| Octal | 372 | 252 | 122 | 0 | 40 | 103 | 2 | 37 | 136 | 101 |
| Binary | 11111010 | 10101010 | 1010010 | 0 | 100000 | 1000011 | 10 | 11111 | 1011110 | 1000001 |
Color Harmonies of #FAAA52
Complementary color
Monochromatic Colors of #FAAA52
Black with #FAAA52
Text Example
Text Example
White with #FAAA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA52; }
p { color: rgb(250,170,82); }
H1.HeaderClassName
{
color: #FAAA52;
}
.AnyTagClassName
{
color: #FAAA52;
}
</style>
background-color css
<style>
a { background-color: #FAAA52; }
a { background-color: rgb(250,170,82); }
div.DivClassName
{
background-color: #FAAA52;
}
.BgClassName
{
background-color: #FAAA52;
}
</style>
border-color css
<style>
span { border-color: #FAAA52; }
span { border-color: rgb(250,170,82); }
td.TdClassName
{
border-color: #FAAA52;
}
.TagClassName
{
border-color: #FAAA52;
}
</style>