Shades of Texas Rose #FAA554
Tints of Texas Rose #FAA554
RGB
CMYK
RGB Variations
Color information
#FAA554 (or 0xFAA554) is known color: Texas Rose. HEX triplet: FA, A5 and 54. RGB value is (250,165,84). Sum of RGB (Red+Green+Blue) = 250+165+84=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA554 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA554 is #055AAB. Grayscale: #B5B5B5. Windows color (decimal): -350892 or 5547514. OLE color: 5547514.
HSL color Cylindrical-coordinate representation of color #FAA554: hue angle of 29.28º 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 #FAA554 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 84 | - |
| CMYK | 0 | 0.34 | 0.66 | 0.02 |
| HSL | 29.28º | 0.94% | 0.65% | - |
| HSV(B) | 29.28º | 0.66% | 0.98% | - |
| XYZ | 54.48 | 47.87 | 14.76 | - |
| YUV | 181.18 | 73.16 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 84 | 0 | 0.34 | 0.66 | 0.02 | 29.28 | 0.94 | 0.65 |
| Hex | FA | A5 | 54 | 0 | 22 | 42 | 2 | 1D | 5E | 41 |
| Octal | 372 | 245 | 124 | 0 | 42 | 102 | 2 | 35 | 136 | 101 |
| Binary | 11111010 | 10100101 | 1010100 | 0 | 100010 | 1000010 | 10 | 11101 | 1011110 | 1000001 |
Color Harmonies of #FAA554
Complementary color
Monochromatic Colors of #FAA554
Black with #FAA554
Text Example
Text Example
White with #FAA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA554; }
p { color: rgb(250,165,84); }
H1.HeaderClassName
{
color: #FAA554;
}
.AnyTagClassName
{
color: #FAA554;
}
</style>
background-color css
<style>
a { background-color: #FAA554; }
a { background-color: rgb(250,165,84); }
div.DivClassName
{
background-color: #FAA554;
}
.BgClassName
{
background-color: #FAA554;
}
</style>
border-color css
<style>
span { border-color: #FAA554; }
span { border-color: rgb(250,165,84); }
td.TdClassName
{
border-color: #FAA554;
}
.TagClassName
{
border-color: #FAA554;
}
</style>