Shades of Texas Rose #F5AB57
Tints of Texas Rose #F5AB57
RGB
CMYK
RGB Variations
Color information
#F5AB57 (or 0xF5AB57) is known color: Texas Rose. HEX triplet: F5, AB and 57. RGB value is (245,171,87). Sum of RGB (Red+Green+Blue) = 245+171+87=503 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.71% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB57 is #0A54A8. Grayscale: #B7B7B7. Windows color (decimal): -677033 or 5745653. OLE color: 5745653.
HSL color Cylindrical-coordinate representation of color #F5AB57: hue angle of 31.9º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5AB57 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 171 | 87 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.04 |
| HSL | 31.9º | 0.89% | 0.65% | - |
| HSV(B) | 31.9º | 0.64% | 0.96% | - |
| XYZ | 53.94 | 49.23 | 15.68 | - |
| YUV | 183.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 171 | 87 | 0 | 0.30 | 0.64 | 0.04 | 31.9 | 0.89 | 0.65 |
| Hex | F5 | AB | 57 | 0 | 1E | 40 | 4 | 20 | 59 | 41 |
| Octal | 365 | 253 | 127 | 0 | 36 | 100 | 4 | 40 | 131 | 101 |
| Binary | 11110101 | 10101011 | 1010111 | 0 | 11110 | 1000000 | 100 | 100000 | 1011001 | 1000001 |
Color Harmonies of #F5AB57
Complementary color
Monochromatic Colors of #F5AB57
Black with #F5AB57
Text Example
Text Example
White with #F5AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AB57; }
p { color: rgb(245,171,87); }
H1.HeaderClassName
{
color: #F5AB57;
}
.AnyTagClassName
{
color: #F5AB57;
}
</style>
background-color css
<style>
a { background-color: #F5AB57; }
a { background-color: rgb(245,171,87); }
div.DivClassName
{
background-color: #F5AB57;
}
.BgClassName
{
background-color: #F5AB57;
}
</style>
border-color css
<style>
span { border-color: #F5AB57; }
span { border-color: rgb(245,171,87); }
td.TdClassName
{
border-color: #F5AB57;
}
.TagClassName
{
border-color: #F5AB57;
}
</style>