Shades of Texas Rose #F5AC57
Tints of Texas Rose #F5AC57
RGB
CMYK
RGB Variations
Color information
#F5AC57 (or 0xF5AC57) is known color: Texas Rose. HEX triplet: F5, AC and 57. RGB value is (245,172,87). Sum of RGB (Red+Green+Blue) = 245+172+87=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC57 is #0A53A8. Grayscale: #B8B8B8. Windows color (decimal): -676777 or 5745909. OLE color: 5745909.
HSL color Cylindrical-coordinate representation of color #F5AC57: hue angle of 32.28º 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 #F5AC57 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 172 | 87 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.04 |
| HSL | 32.28º | 0.89% | 0.65% | - |
| HSV(B) | 32.28º | 0.64% | 0.96% | - |
| XYZ | 54.13 | 49.61 | 15.74 | - |
| YUV | 184.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 172 | 87 | 0 | 0.30 | 0.64 | 0.04 | 32.28 | 0.89 | 0.65 |
| Hex | F5 | AC | 57 | 0 | 1E | 40 | 4 | 20 | 59 | 41 |
| Octal | 365 | 254 | 127 | 0 | 36 | 100 | 4 | 40 | 131 | 101 |
| Binary | 11110101 | 10101100 | 1010111 | 0 | 11110 | 1000000 | 100 | 100000 | 1011001 | 1000001 |
Color Harmonies of #F5AC57
Complementary color
Monochromatic Colors of #F5AC57
Black with #F5AC57
Text Example
Text Example
White with #F5AC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AC57; }
p { color: rgb(245,172,87); }
H1.HeaderClassName
{
color: #F5AC57;
}
.AnyTagClassName
{
color: #F5AC57;
}
</style>
background-color css
<style>
a { background-color: #F5AC57; }
a { background-color: rgb(245,172,87); }
div.DivClassName
{
background-color: #F5AC57;
}
.BgClassName
{
background-color: #F5AC57;
}
</style>
border-color css
<style>
span { border-color: #F5AC57; }
span { border-color: rgb(245,172,87); }
td.TdClassName
{
border-color: #F5AC57;
}
.TagClassName
{
border-color: #F5AC57;
}
</style>