Shades of Texas Rose #FAA959
Tints of Texas Rose #FAA959
RGB
CMYK
RGB Variations
Color information
#FAA959 (or 0xFAA959) is known color: Texas Rose. HEX triplet: FA, A9 and 59. RGB value is (250,169,89). Sum of RGB (Red+Green+Blue) = 250+169+89=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA959 is #0556A6. Grayscale: #B8B8B8. Windows color (decimal): -349863 or 5876218. OLE color: 5876218.
HSL color Cylindrical-coordinate representation of color #FAA959: hue angle of 29.81º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAA959 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 89 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 29.81º | 0.94% | 0.66% | - |
| HSV(B) | 29.81º | 0.64% | 0.98% | - |
| XYZ | 55.42 | 49.42 | 16.07 | - |
| YUV | 184.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 89 | 0 | 0.32 | 0.64 | 0.02 | 29.81 | 0.94 | 0.66 |
| Hex | FA | A9 | 59 | 0 | 20 | 40 | 2 | 1E | 5E | 42 |
| Octal | 372 | 251 | 131 | 0 | 40 | 100 | 2 | 36 | 136 | 102 |
| Binary | 11111010 | 10101001 | 1011001 | 0 | 100000 | 1000000 | 10 | 11110 | 1011110 | 1000010 |
Color Harmonies of #FAA959
Complementary color
Monochromatic Colors of #FAA959
Black with #FAA959
Text Example
Text Example
White with #FAA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA959; }
p { color: rgb(250,169,89); }
H1.HeaderClassName
{
color: #FAA959;
}
.AnyTagClassName
{
color: #FAA959;
}
</style>
background-color css
<style>
a { background-color: #FAA959; }
a { background-color: rgb(250,169,89); }
div.DivClassName
{
background-color: #FAA959;
}
.BgClassName
{
background-color: #FAA959;
}
</style>
border-color css
<style>
span { border-color: #FAA959; }
span { border-color: rgb(250,169,89); }
td.TdClassName
{
border-color: #FAA959;
}
.TagClassName
{
border-color: #FAA959;
}
</style>