Shades of Texas Rose #F9AA53
Tints of Texas Rose #F9AA53
RGB
CMYK
RGB Variations
Color information
#F9AA53 (or 0xF9AA53) is known color: Texas Rose. HEX triplet: F9, AA and 53. RGB value is (249,170,83). Sum of RGB (Red+Green+Blue) = 249+170+83=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 83 (32.81% from 255 or 16.53% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA53 is #0655AC. Grayscale: #B8B8B8. Windows color (decimal): -415149 or 5483257. OLE color: 5483257.
HSL color Cylindrical-coordinate representation of color #F9AA53: hue angle of 31.45º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F9AA53 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 83 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.02 |
| HSL | 31.45º | 0.93% | 0.65% | - |
| HSV(B) | 31.45º | 0.67% | 0.98% | - |
| XYZ | 55 | 49.51 | 14.84 | - |
| YUV | 183.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 83 | 0 | 0.32 | 0.67 | 0.02 | 31.45 | 0.93 | 0.65 |
| Hex | F9 | AA | 53 | 0 | 20 | 43 | 2 | 1F | 5D | 41 |
| Octal | 371 | 252 | 123 | 0 | 40 | 103 | 2 | 37 | 135 | 101 |
| Binary | 11111001 | 10101010 | 1010011 | 0 | 100000 | 1000011 | 10 | 11111 | 1011101 | 1000001 |
Color Harmonies of #F9AA53
Complementary color
Monochromatic Colors of #F9AA53
Black with #F9AA53
Text Example
Text Example
White with #F9AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA53; }
p { color: rgb(249,170,83); }
H1.HeaderClassName
{
color: #F9AA53;
}
.AnyTagClassName
{
color: #F9AA53;
}
</style>
background-color css
<style>
a { background-color: #F9AA53; }
a { background-color: rgb(249,170,83); }
div.DivClassName
{
background-color: #F9AA53;
}
.BgClassName
{
background-color: #F9AA53;
}
</style>
border-color css
<style>
span { border-color: #F9AA53; }
span { border-color: rgb(249,170,83); }
td.TdClassName
{
border-color: #F9AA53;
}
.TagClassName
{
border-color: #F9AA53;
}
</style>