Shades of Texas Rose #F5B159
Tints of Texas Rose #F5B159
RGB
CMYK
RGB Variations
Color information
#F5B159 (or 0xF5B159) is known color: Texas Rose. HEX triplet: F5, B1 and 59. RGB value is (245,177,89). Sum of RGB (Red+Green+Blue) = 245+177+89=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B159 is #0A4EA6. Grayscale: #BBBBBB. Windows color (decimal): -675495 or 5878261. OLE color: 5878261.
HSL color Cylindrical-coordinate representation of color #F5B159: hue angle of 33.85º 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 #F5B159 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 89 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.04 |
| HSL | 33.85º | 0.89% | 0.65% | - |
| HSV(B) | 33.85º | 0.64% | 0.96% | - |
| XYZ | 55.18 | 51.58 | 16.5 | - |
| YUV | 187.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 89 | 0 | 0.28 | 0.64 | 0.04 | 33.85 | 0.89 | 0.65 |
| Hex | F5 | B1 | 59 | 0 | 1C | 40 | 4 | 22 | 59 | 41 |
| Octal | 365 | 261 | 131 | 0 | 34 | 100 | 4 | 42 | 131 | 101 |
| Binary | 11110101 | 10110001 | 1011001 | 0 | 11100 | 1000000 | 100 | 100010 | 1011001 | 1000001 |
Color Harmonies of #F5B159
Complementary color
Monochromatic Colors of #F5B159
Black with #F5B159
Text Example
Text Example
White with #F5B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B159; }
p { color: rgb(245,177,89); }
H1.HeaderClassName
{
color: #F5B159;
}
.AnyTagClassName
{
color: #F5B159;
}
</style>
background-color css
<style>
a { background-color: #F5B159; }
a { background-color: rgb(245,177,89); }
div.DivClassName
{
background-color: #F5B159;
}
.BgClassName
{
background-color: #F5B159;
}
</style>
border-color css
<style>
span { border-color: #F5B159; }
span { border-color: rgb(245,177,89); }
td.TdClassName
{
border-color: #F5B159;
}
.TagClassName
{
border-color: #F5B159;
}
</style>