Shades of Texas Rose #F5B057
Tints of Texas Rose #F5B057
RGB
CMYK
RGB Variations
Color information
#F5B057 (or 0xF5B057) is known color: Texas Rose. HEX triplet: F5, B0 and 57. RGB value is (245,176,87). Sum of RGB (Red+Green+Blue) = 245+176+87=508 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.23% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B057 is #0A4FA8. Grayscale: #BABABA. Windows color (decimal): -675753 or 5746933. OLE color: 5746933.
HSL color Cylindrical-coordinate representation of color #F5B057: hue angle of 33.8º 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 #F5B057 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 87 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.04 |
| HSL | 33.8º | 0.89% | 0.65% | - |
| HSV(B) | 33.8º | 0.64% | 0.96% | - |
| XYZ | 54.9 | 51.15 | 16 | - |
| YUV | 186.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 87 | 0 | 0.28 | 0.64 | 0.04 | 33.8 | 0.89 | 0.65 |
| Hex | F5 | B0 | 57 | 0 | 1C | 40 | 4 | 22 | 59 | 41 |
| Octal | 365 | 260 | 127 | 0 | 34 | 100 | 4 | 42 | 131 | 101 |
| Binary | 11110101 | 10110000 | 1010111 | 0 | 11100 | 1000000 | 100 | 100010 | 1011001 | 1000001 |
Color Harmonies of #F5B057
Complementary color
Monochromatic Colors of #F5B057
Black with #F5B057
Text Example
Text Example
White with #F5B057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B057; }
p { color: rgb(245,176,87); }
H1.HeaderClassName
{
color: #F5B057;
}
.AnyTagClassName
{
color: #F5B057;
}
</style>
background-color css
<style>
a { background-color: #F5B057; }
a { background-color: rgb(245,176,87); }
div.DivClassName
{
background-color: #F5B057;
}
.BgClassName
{
background-color: #F5B057;
}
</style>
border-color css
<style>
span { border-color: #F5B057; }
span { border-color: rgb(245,176,87); }
td.TdClassName
{
border-color: #F5B057;
}
.TagClassName
{
border-color: #F5B057;
}
</style>