Shades of Texas Rose #F5AB56
Tints of Texas Rose #F5AB56
RGB
CMYK
RGB Variations
Color information
#F5AB56 (or 0xF5AB56) is known color: Texas Rose. HEX triplet: F5, AB and 56. RGB value is (245,171,86). Sum of RGB (Red+Green+Blue) = 245+171+86=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB56 is #0A54A9. Grayscale: #B7B7B7. Windows color (decimal): -677034 or 5680117. OLE color: 5680117.
HSL color Cylindrical-coordinate representation of color #F5AB56: hue angle of 32.08º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5AB56 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 86 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.04 |
| HSL | 32.08º | 0.89% | 0.65% | - |
| HSV(B) | 32.08º | 0.65% | 0.96% | - |
| XYZ | 53.9 | 49.21 | 15.46 | - |
| YUV | 183.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 86 | 0 | 0.30 | 0.65 | 0.04 | 32.08 | 0.89 | 0.65 |
| Hex | F5 | AB | 56 | 0 | 1E | 41 | 4 | 20 | 59 | 41 |
| Octal | 365 | 253 | 126 | 0 | 36 | 101 | 4 | 40 | 131 | 101 |
| Binary | 11110101 | 10101011 | 1010110 | 0 | 11110 | 1000001 | 100 | 100000 | 1011001 | 1000001 |
Color Harmonies of #F5AB56
Complementary color
Monochromatic Colors of #F5AB56
Black with #F5AB56
Text Example
Text Example
White with #F5AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB56; }
p { color: rgb(245,171,86); }
H1.HeaderClassName
{
color: #F5AB56;
}
.AnyTagClassName
{
color: #F5AB56;
}
</style>
background-color css
<style>
a { background-color: #F5AB56; }
a { background-color: rgb(245,171,86); }
div.DivClassName
{
background-color: #F5AB56;
}
.BgClassName
{
background-color: #F5AB56;
}
</style>
border-color css
<style>
span { border-color: #F5AB56; }
span { border-color: rgb(245,171,86); }
td.TdClassName
{
border-color: #F5AB56;
}
.TagClassName
{
border-color: #F5AB56;
}
</style>