Shades of Texas Rose #FAA951
Tints of Texas Rose #FAA951
RGB
CMYK
RGB Variations
Color information
#FAA951 (or 0xFAA951) is known color: Texas Rose. HEX triplet: FA, A9 and 51. RGB value is (250,169,81). Sum of RGB (Red+Green+Blue) = 250+169+81=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA951 is #0556AE. Grayscale: #B7B7B7. Windows color (decimal): -349871 or 5351930. OLE color: 5351930.
HSL color Cylindrical-coordinate representation of color #FAA951: hue angle of 31.24º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAA951 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 81 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.02 |
| HSL | 31.24º | 0.94% | 0.65% | - |
| HSV(B) | 31.24º | 0.68% | 0.98% | - |
| XYZ | 55.1 | 49.29 | 14.4 | - |
| YUV | 183.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 81 | 0 | 0.32 | 0.68 | 0.02 | 31.24 | 0.94 | 0.65 |
| Hex | FA | A9 | 51 | 0 | 20 | 44 | 2 | 1F | 5E | 41 |
| Octal | 372 | 251 | 121 | 0 | 40 | 104 | 2 | 37 | 136 | 101 |
| Binary | 11111010 | 10101001 | 1010001 | 0 | 100000 | 1000100 | 10 | 11111 | 1011110 | 1000001 |
Color Harmonies of #FAA951
Complementary color
Monochromatic Colors of #FAA951
Black with #FAA951
Text Example
Text Example
White with #FAA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA951; }
p { color: rgb(250,169,81); }
H1.HeaderClassName
{
color: #FAA951;
}
.AnyTagClassName
{
color: #FAA951;
}
</style>
background-color css
<style>
a { background-color: #FAA951; }
a { background-color: rgb(250,169,81); }
div.DivClassName
{
background-color: #FAA951;
}
.BgClassName
{
background-color: #FAA951;
}
</style>
border-color css
<style>
span { border-color: #FAA951; }
span { border-color: rgb(250,169,81); }
td.TdClassName
{
border-color: #FAA951;
}
.TagClassName
{
border-color: #FAA951;
}
</style>