Shades of Texas Rose #F5AF59
Tints of Texas Rose #F5AF59
RGB
CMYK
RGB Variations
Color information
#F5AF59 (or 0xF5AF59) is known color: Texas Rose. HEX triplet: F5, AF and 59. RGB value is (245,175,89). Sum of RGB (Red+Green+Blue) = 245+175+89=509 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.13% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF59 is #0A50A6. Grayscale: #BABABA. Windows color (decimal): -676007 or 5877749. OLE color: 5877749.
HSL color Cylindrical-coordinate representation of color #F5AF59: hue angle of 33.08º 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 #F5AF59 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 89 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.04 |
| HSL | 33.08º | 0.89% | 0.65% | - |
| HSV(B) | 33.08º | 0.64% | 0.96% | - |
| XYZ | 54.79 | 50.79 | 16.37 | - |
| YUV | 186.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 89 | 0 | 0.29 | 0.64 | 0.04 | 33.08 | 0.89 | 0.65 |
| Hex | F5 | AF | 59 | 0 | 1D | 40 | 4 | 21 | 59 | 41 |
| Octal | 365 | 257 | 131 | 0 | 35 | 100 | 4 | 41 | 131 | 101 |
| Binary | 11110101 | 10101111 | 1011001 | 0 | 11101 | 1000000 | 100 | 100001 | 1011001 | 1000001 |
Color Harmonies of #F5AF59
Complementary color
Monochromatic Colors of #F5AF59
Black with #F5AF59
Text Example
Text Example
White with #F5AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF59; }
p { color: rgb(245,175,89); }
H1.HeaderClassName
{
color: #F5AF59;
}
.AnyTagClassName
{
color: #F5AF59;
}
</style>
background-color css
<style>
a { background-color: #F5AF59; }
a { background-color: rgb(245,175,89); }
div.DivClassName
{
background-color: #F5AF59;
}
.BgClassName
{
background-color: #F5AF59;
}
</style>
border-color css
<style>
span { border-color: #F5AF59; }
span { border-color: rgb(245,175,89); }
td.TdClassName
{
border-color: #F5AF59;
}
.TagClassName
{
border-color: #F5AF59;
}
</style>