Shades of Texas Rose #F6A756
Tints of Texas Rose #F6A756
RGB
CMYK
RGB Variations
Color information
#F6A756 (or 0xF6A756) is known color: Texas Rose. HEX triplet: F6, A7 and 56. RGB value is (246,167,86). Sum of RGB (Red+Green+Blue) = 246+167+86=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A756 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A756 is #0958A9. Grayscale: #B5B5B5. Windows color (decimal): -612522 or 5679094. OLE color: 5679094.
HSL color Cylindrical-coordinate representation of color #F6A756: hue angle of 30.38º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F6A756 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 86 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.04 |
| HSL | 30.38º | 0.9% | 0.65% | - |
| HSV(B) | 30.38º | 0.65% | 0.96% | - |
| XYZ | 53.5 | 47.9 | 15.23 | - |
| YUV | 181.39 | 74.17 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 86 | 0 | 0.32 | 0.65 | 0.04 | 30.38 | 0.9 | 0.65 |
| Hex | F6 | A7 | 56 | 0 | 20 | 41 | 4 | 1E | 5A | 41 |
| Octal | 366 | 247 | 126 | 0 | 40 | 101 | 4 | 36 | 132 | 101 |
| Binary | 11110110 | 10100111 | 1010110 | 0 | 100000 | 1000001 | 100 | 11110 | 1011010 | 1000001 |
Color Harmonies of #F6A756
Complementary color
Monochromatic Colors of #F6A756
Black with #F6A756
Text Example
Text Example
White with #F6A756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A756; }
p { color: rgb(246,167,86); }
H1.HeaderClassName
{
color: #F6A756;
}
.AnyTagClassName
{
color: #F6A756;
}
</style>
background-color css
<style>
a { background-color: #F6A756; }
a { background-color: rgb(246,167,86); }
div.DivClassName
{
background-color: #F6A756;
}
.BgClassName
{
background-color: #F6A756;
}
</style>
border-color css
<style>
span { border-color: #F6A756; }
span { border-color: rgb(246,167,86); }
td.TdClassName
{
border-color: #F6A756;
}
.TagClassName
{
border-color: #F6A756;
}
</style>