Shades of Texas Rose #F9AA58
Tints of Texas Rose #F9AA58
RGB
CMYK
RGB Variations
Color information
#F9AA58 (or 0xF9AA58) is known color: Texas Rose. HEX triplet: F9, AA and 58. RGB value is (249,170,88). Sum of RGB (Red+Green+Blue) = 249+170+88=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA58 is #0655A7. Grayscale: #B8B8B8. Windows color (decimal): -415144 or 5810937. OLE color: 5810937.
HSL color Cylindrical-coordinate representation of color #F9AA58: hue angle of 30.56º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9AA58 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 88 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.02 |
| HSL | 30.56º | 0.93% | 0.66% | - |
| HSV(B) | 30.56º | 0.65% | 0.98% | - |
| XYZ | 55.2 | 49.59 | 15.9 | - |
| YUV | 184.27 | 73.67 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 88 | 0 | 0.32 | 0.65 | 0.02 | 30.56 | 0.93 | 0.66 |
| Hex | F9 | AA | 58 | 0 | 20 | 41 | 2 | 1F | 5D | 42 |
| Octal | 371 | 252 | 130 | 0 | 40 | 101 | 2 | 37 | 135 | 102 |
| Binary | 11111001 | 10101010 | 1011000 | 0 | 100000 | 1000001 | 10 | 11111 | 1011101 | 1000010 |
Color Harmonies of #F9AA58
Complementary color
Monochromatic Colors of #F9AA58
Black with #F9AA58
Text Example
Text Example
White with #F9AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA58; }
p { color: rgb(249,170,88); }
H1.HeaderClassName
{
color: #F9AA58;
}
.AnyTagClassName
{
color: #F9AA58;
}
</style>
background-color css
<style>
a { background-color: #F9AA58; }
a { background-color: rgb(249,170,88); }
div.DivClassName
{
background-color: #F9AA58;
}
.BgClassName
{
background-color: #F9AA58;
}
</style>
border-color css
<style>
span { border-color: #F9AA58; }
span { border-color: rgb(249,170,88); }
td.TdClassName
{
border-color: #F9AA58;
}
.TagClassName
{
border-color: #F9AA58;
}
</style>