Shades of Texas Rose #FAAA56
Tints of Texas Rose #FAAA56
RGB
CMYK
RGB Variations
Color information
#FAAA56 (or 0xFAAA56) is known color: Texas Rose. HEX triplet: FA, AA and 56. RGB value is (250,170,86). Sum of RGB (Red+Green+Blue) = 250+170+86=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA56 is #0555A9. Grayscale: #B8B8B8. Windows color (decimal): -349610 or 5679866. OLE color: 5679866.
HSL color Cylindrical-coordinate representation of color #FAAA56: hue angle of 30.73º 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 #FAAA56 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 86 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.02 |
| HSL | 30.73º | 0.94% | 0.66% | - |
| HSV(B) | 30.73º | 0.66% | 0.98% | - |
| XYZ | 55.48 | 49.75 | 15.48 | - |
| YUV | 184.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 86 | 0 | 0.32 | 0.66 | 0.02 | 30.73 | 0.94 | 0.66 |
| Hex | FA | AA | 56 | 0 | 20 | 42 | 2 | 1F | 5E | 42 |
| Octal | 372 | 252 | 126 | 0 | 40 | 102 | 2 | 37 | 136 | 102 |
| Binary | 11111010 | 10101010 | 1010110 | 0 | 100000 | 1000010 | 10 | 11111 | 1011110 | 1000010 |
Color Harmonies of #FAAA56
Complementary color
Monochromatic Colors of #FAAA56
Black with #FAAA56
Text Example
Text Example
White with #FAAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA56; }
p { color: rgb(250,170,86); }
H1.HeaderClassName
{
color: #FAAA56;
}
.AnyTagClassName
{
color: #FAAA56;
}
</style>
background-color css
<style>
a { background-color: #FAAA56; }
a { background-color: rgb(250,170,86); }
div.DivClassName
{
background-color: #FAAA56;
}
.BgClassName
{
background-color: #FAAA56;
}
</style>
border-color css
<style>
span { border-color: #FAAA56; }
span { border-color: rgb(250,170,86); }
td.TdClassName
{
border-color: #FAAA56;
}
.TagClassName
{
border-color: #FAAA56;
}
</style>