Shades of Texas Rose #FAA955
Tints of Texas Rose #FAA955
RGB
CMYK
RGB Variations
Color information
#FAA955 (or 0xFAA955) is known color: Texas Rose. HEX triplet: FA, A9 and 55. RGB value is (250,169,85). Sum of RGB (Red+Green+Blue) = 250+169+85=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA955 is #0556AA. Grayscale: #B8B8B8. Windows color (decimal): -349867 or 5614074. OLE color: 5614074.
HSL color Cylindrical-coordinate representation of color #FAA955: hue angle of 30.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAA955 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 85 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.02 |
| HSL | 30.55º | 0.94% | 0.66% | - |
| HSV(B) | 30.55º | 0.66% | 0.98% | - |
| XYZ | 55.25 | 49.36 | 15.21 | - |
| YUV | 183.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 85 | 0 | 0.32 | 0.66 | 0.02 | 30.55 | 0.94 | 0.66 |
| Hex | FA | A9 | 55 | 0 | 20 | 42 | 2 | 1F | 5E | 42 |
| Octal | 372 | 251 | 125 | 0 | 40 | 102 | 2 | 37 | 136 | 102 |
| Binary | 11111010 | 10101001 | 1010101 | 0 | 100000 | 1000010 | 10 | 11111 | 1011110 | 1000010 |
Color Harmonies of #FAA955
Complementary color
Monochromatic Colors of #FAA955
Black with #FAA955
Text Example
Text Example
White with #FAA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA955; }
p { color: rgb(250,169,85); }
H1.HeaderClassName
{
color: #FAA955;
}
.AnyTagClassName
{
color: #FAA955;
}
</style>
background-color css
<style>
a { background-color: #FAA955; }
a { background-color: rgb(250,169,85); }
div.DivClassName
{
background-color: #FAA955;
}
.BgClassName
{
background-color: #FAA955;
}
</style>
border-color css
<style>
span { border-color: #FAA955; }
span { border-color: rgb(250,169,85); }
td.TdClassName
{
border-color: #FAA955;
}
.TagClassName
{
border-color: #FAA955;
}
</style>