Shades of Texas Rose #F6B059
Tints of Texas Rose #F6B059
RGB
CMYK
RGB Variations
Color information
#F6B059 (or 0xF6B059) is known color: Texas Rose. HEX triplet: F6, B0 and 59. RGB value is (246,176,89). Sum of RGB (Red+Green+Blue) = 246+176+89=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B059 is #094FA6. Grayscale: #BBBBBB. Windows color (decimal): -610215 or 5878006. OLE color: 5878006.
HSL color Cylindrical-coordinate representation of color #F6B059: hue angle of 33.25º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F6B059 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 176 | 89 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.04 |
| HSL | 33.25º | 0.9% | 0.66% | - |
| HSV(B) | 33.25º | 0.64% | 0.96% | - |
| XYZ | 55.33 | 51.36 | 16.45 | - |
| YUV | 187.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 89 | 0 | 0.28 | 0.64 | 0.04 | 33.25 | 0.9 | 0.66 |
| Hex | F6 | B0 | 59 | 0 | 1C | 40 | 4 | 21 | 5A | 42 |
| Octal | 366 | 260 | 131 | 0 | 34 | 100 | 4 | 41 | 132 | 102 |
| Binary | 11110110 | 10110000 | 1011001 | 0 | 11100 | 1000000 | 100 | 100001 | 1011010 | 1000010 |
Color Harmonies of #F6B059
Complementary color
Monochromatic Colors of #F6B059
Black with #F6B059
Text Example
Text Example
White with #F6B059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B059; }
p { color: rgb(246,176,89); }
H1.HeaderClassName
{
color: #F6B059;
}
.AnyTagClassName
{
color: #F6B059;
}
</style>
background-color css
<style>
a { background-color: #F6B059; }
a { background-color: rgb(246,176,89); }
div.DivClassName
{
background-color: #F6B059;
}
.BgClassName
{
background-color: #F6B059;
}
</style>
border-color css
<style>
span { border-color: #F6B059; }
span { border-color: rgb(246,176,89); }
td.TdClassName
{
border-color: #F6B059;
}
.TagClassName
{
border-color: #F6B059;
}
</style>