Shades of Texas Rose #FAA954
Tints of Texas Rose #FAA954
RGB
CMYK
RGB Variations
Color information
#FAA954 (or 0xFAA954) is known color: Texas Rose. HEX triplet: FA, A9 and 54. RGB value is (250,169,84). Sum of RGB (Red+Green+Blue) = 250+169+84=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA954 is #0556AB. Grayscale: #B7B7B7. Windows color (decimal): -349868 or 5548538. OLE color: 5548538.
HSL color Cylindrical-coordinate representation of color #FAA954: hue angle of 30.72º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA954 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 84 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.02 |
| HSL | 30.72º | 0.94% | 0.65% | - |
| HSV(B) | 30.72º | 0.66% | 0.98% | - |
| XYZ | 55.21 | 49.34 | 15 | - |
| YUV | 183.53 | 71.84 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 84 | 0 | 0.32 | 0.66 | 0.02 | 30.72 | 0.94 | 0.65 |
| Hex | FA | A9 | 54 | 0 | 20 | 42 | 2 | 1F | 5E | 41 |
| Octal | 372 | 251 | 124 | 0 | 40 | 102 | 2 | 37 | 136 | 101 |
| Binary | 11111010 | 10101001 | 1010100 | 0 | 100000 | 1000010 | 10 | 11111 | 1011110 | 1000001 |
Color Harmonies of #FAA954
Complementary color
Monochromatic Colors of #FAA954
Black with #FAA954
Text Example
Text Example
White with #FAA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA954; }
p { color: rgb(250,169,84); }
H1.HeaderClassName
{
color: #FAA954;
}
.AnyTagClassName
{
color: #FAA954;
}
</style>
background-color css
<style>
a { background-color: #FAA954; }
a { background-color: rgb(250,169,84); }
div.DivClassName
{
background-color: #FAA954;
}
.BgClassName
{
background-color: #FAA954;
}
</style>
border-color css
<style>
span { border-color: #FAA954; }
span { border-color: rgb(250,169,84); }
td.TdClassName
{
border-color: #FAA954;
}
.TagClassName
{
border-color: #FAA954;
}
</style>