Shades of Texas Rose #F7B559
Tints of Texas Rose #F7B559
RGB
CMYK
RGB Variations
Color information
#F7B559 (or 0xF7B559) is known color: Texas Rose. HEX triplet: F7, B5 and 59. RGB value is (247,181,89). Sum of RGB (Red+Green+Blue) = 247+181+89=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B559 is #084AA6. Grayscale: #BEBEBE. Windows color (decimal): -543399 or 5879287. OLE color: 5879287.
HSL color Cylindrical-coordinate representation of color #F7B559: hue angle of 34.94º 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 #F7B559 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 181 | 89 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.03 |
| HSL | 34.94º | 0.91% | 0.66% | - |
| HSV(B) | 34.94º | 0.64% | 0.97% | - |
| XYZ | 56.68 | 53.54 | 16.8 | - |
| YUV | 190.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 181 | 89 | 0 | 0.27 | 0.64 | 0.03 | 34.94 | 0.91 | 0.66 |
| Hex | F7 | B5 | 59 | 0 | 1B | 40 | 3 | 23 | 5B | 42 |
| Octal | 367 | 265 | 131 | 0 | 33 | 100 | 3 | 43 | 133 | 102 |
| Binary | 11110111 | 10110101 | 1011001 | 0 | 11011 | 1000000 | 11 | 100011 | 1011011 | 1000010 |
Color Harmonies of #F7B559
Complementary color
Monochromatic Colors of #F7B559
Black with #F7B559
Text Example
Text Example
White with #F7B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B559; }
p { color: rgb(247,181,89); }
H1.HeaderClassName
{
color: #F7B559;
}
.AnyTagClassName
{
color: #F7B559;
}
</style>
background-color css
<style>
a { background-color: #F7B559; }
a { background-color: rgb(247,181,89); }
div.DivClassName
{
background-color: #F7B559;
}
.BgClassName
{
background-color: #F7B559;
}
</style>
border-color css
<style>
span { border-color: #F7B559; }
span { border-color: rgb(247,181,89); }
td.TdClassName
{
border-color: #F7B559;
}
.TagClassName
{
border-color: #F7B559;
}
</style>