Shades of Texas Rose #F5AB54
Tints of Texas Rose #F5AB54
RGB
CMYK
RGB Variations
Color information
#F5AB54 (or 0xF5AB54) is known color: Texas Rose. HEX triplet: F5, AB and 54. RGB value is (245,171,84). Sum of RGB (Red+Green+Blue) = 245+171+84=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB54 is #0A54AB. Grayscale: #B7B7B7. Windows color (decimal): -677036 or 5549045. OLE color: 5549045.
HSL color Cylindrical-coordinate representation of color #F5AB54: hue angle of 32.42º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5AB54 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 84 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.04 |
| HSL | 32.42º | 0.89% | 0.65% | - |
| HSV(B) | 32.42º | 0.66% | 0.96% | - |
| XYZ | 53.82 | 49.18 | 15.04 | - |
| YUV | 183.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 84 | 0 | 0.30 | 0.66 | 0.04 | 32.42 | 0.89 | 0.65 |
| Hex | F5 | AB | 54 | 0 | 1E | 42 | 4 | 20 | 59 | 41 |
| Octal | 365 | 253 | 124 | 0 | 36 | 102 | 4 | 40 | 131 | 101 |
| Binary | 11110101 | 10101011 | 1010100 | 0 | 11110 | 1000010 | 100 | 100000 | 1011001 | 1000001 |
Color Harmonies of #F5AB54
Complementary color
Monochromatic Colors of #F5AB54
Black with #F5AB54
Text Example
Text Example
White with #F5AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB54; }
p { color: rgb(245,171,84); }
H1.HeaderClassName
{
color: #F5AB54;
}
.AnyTagClassName
{
color: #F5AB54;
}
</style>
background-color css
<style>
a { background-color: #F5AB54; }
a { background-color: rgb(245,171,84); }
div.DivClassName
{
background-color: #F5AB54;
}
.BgClassName
{
background-color: #F5AB54;
}
</style>
border-color css
<style>
span { border-color: #F5AB54; }
span { border-color: rgb(245,171,84); }
td.TdClassName
{
border-color: #F5AB54;
}
.TagClassName
{
border-color: #F5AB54;
}
</style>