Shades of Texas Rose #F7B059
Tints of Texas Rose #F7B059
RGB
CMYK
RGB Variations
Color information
#F7B059 (or 0xF7B059) is known color: Texas Rose. HEX triplet: F7, B0 and 59. RGB value is (247,176,89). Sum of RGB (Red+Green+Blue) = 247+176+89=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B059 is #084FA6. Grayscale: #BBBBBB. Windows color (decimal): -544679 or 5878007. OLE color: 5878007.
HSL color Cylindrical-coordinate representation of color #F7B059: hue angle of 33.04º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7B059 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 89 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.03 |
| HSL | 33.04º | 0.91% | 0.66% | - |
| HSV(B) | 33.04º | 0.64% | 0.97% | - |
| XYZ | 55.69 | 51.55 | 16.47 | - |
| YUV | 187.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 89 | 0 | 0.29 | 0.64 | 0.03 | 33.04 | 0.91 | 0.66 |
| Hex | F7 | B0 | 59 | 0 | 1D | 40 | 3 | 21 | 5B | 42 |
| Octal | 367 | 260 | 131 | 0 | 35 | 100 | 3 | 41 | 133 | 102 |
| Binary | 11110111 | 10110000 | 1011001 | 0 | 11101 | 1000000 | 11 | 100001 | 1011011 | 1000010 |
Color Harmonies of #F7B059
Complementary color
Monochromatic Colors of #F7B059
Black with #F7B059
Text Example
Text Example
White with #F7B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B059; }
p { color: rgb(247,176,89); }
H1.HeaderClassName
{
color: #F7B059;
}
.AnyTagClassName
{
color: #F7B059;
}
</style>
background-color css
<style>
a { background-color: #F7B059; }
a { background-color: rgb(247,176,89); }
div.DivClassName
{
background-color: #F7B059;
}
.BgClassName
{
background-color: #F7B059;
}
</style>
border-color css
<style>
span { border-color: #F7B059; }
span { border-color: rgb(247,176,89); }
td.TdClassName
{
border-color: #F7B059;
}
.TagClassName
{
border-color: #F7B059;
}
</style>