Shades of Texas Rose #F7B459
Tints of Texas Rose #F7B459
RGB
CMYK
RGB Variations
Color information
#F7B459 (or 0xF7B459) is known color: Texas Rose. HEX triplet: F7, B4 and 59. RGB value is (247,180,89). Sum of RGB (Red+Green+Blue) = 247+180+89=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B459 is #084BA6. Grayscale: #BEBEBE. Windows color (decimal): -543655 or 5879031. OLE color: 5879031.
HSL color Cylindrical-coordinate representation of color #F7B459: hue angle of 34.56º 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 #F7B459 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 89 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.03 |
| HSL | 34.56º | 0.91% | 0.66% | - |
| HSV(B) | 34.56º | 0.64% | 0.97% | - |
| XYZ | 56.48 | 53.14 | 16.73 | - |
| YUV | 189.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 89 | 0 | 0.27 | 0.64 | 0.03 | 34.56 | 0.91 | 0.66 |
| Hex | F7 | B4 | 59 | 0 | 1B | 40 | 3 | 23 | 5B | 42 |
| Octal | 367 | 264 | 131 | 0 | 33 | 100 | 3 | 43 | 133 | 102 |
| Binary | 11110111 | 10110100 | 1011001 | 0 | 11011 | 1000000 | 11 | 100011 | 1011011 | 1000010 |
Color Harmonies of #F7B459
Complementary color
Monochromatic Colors of #F7B459
Black with #F7B459
Text Example
Text Example
White with #F7B459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B459; }
p { color: rgb(247,180,89); }
H1.HeaderClassName
{
color: #F7B459;
}
.AnyTagClassName
{
color: #F7B459;
}
</style>
background-color css
<style>
a { background-color: #F7B459; }
a { background-color: rgb(247,180,89); }
div.DivClassName
{
background-color: #F7B459;
}
.BgClassName
{
background-color: #F7B459;
}
</style>
border-color css
<style>
span { border-color: #F7B459; }
span { border-color: rgb(247,180,89); }
td.TdClassName
{
border-color: #F7B459;
}
.TagClassName
{
border-color: #F7B459;
}
</style>