Shades of Texas Rose #FAAB5A
Tints of Texas Rose #FAAB5A
RGB
CMYK
RGB Variations
Color information
#FAAB5A (or 0xFAAB5A) is known color: Texas Rose. HEX triplet: FA, AB and 5A. RGB value is (250,171,90). Sum of RGB (Red+Green+Blue) = 250+171+90=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB5A is #0554A5. Grayscale: #B9B9B9. Windows color (decimal): -349350 or 5942266. OLE color: 5942266.
HSL color Cylindrical-coordinate representation of color #FAAB5A: hue angle of 30.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAAB5A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 90 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 30.38º | 0.94% | 0.67% | - |
| HSV(B) | 30.38º | 0.64% | 0.98% | - |
| XYZ | 55.83 | 50.19 | 16.42 | - |
| YUV | 185.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 90 | 0 | 0.32 | 0.64 | 0.02 | 30.38 | 0.94 | 0.67 |
| Hex | FA | AB | 5A | 0 | 20 | 40 | 2 | 1E | 5E | 43 |
| Octal | 372 | 253 | 132 | 0 | 40 | 100 | 2 | 36 | 136 | 103 |
| Binary | 11111010 | 10101011 | 1011010 | 0 | 100000 | 1000000 | 10 | 11110 | 1011110 | 1000011 |
Color Harmonies of #FAAB5A
Complementary color
Monochromatic Colors of #FAAB5A
Black with #FAAB5A
Text Example
Text Example
White with #FAAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB5A; }
p { color: rgb(250,171,90); }
H1.HeaderClassName
{
color: #FAAB5A;
}
.AnyTagClassName
{
color: #FAAB5A;
}
</style>
background-color css
<style>
a { background-color: #FAAB5A; }
a { background-color: rgb(250,171,90); }
div.DivClassName
{
background-color: #FAAB5A;
}
.BgClassName
{
background-color: #FAAB5A;
}
</style>
border-color css
<style>
span { border-color: #FAAB5A; }
span { border-color: rgb(250,171,90); }
td.TdClassName
{
border-color: #FAAB5A;
}
.TagClassName
{
border-color: #FAAB5A;
}
</style>