Shades of Texas #F6EC7E
Tints of Texas #F6EC7E
RGB
CMYK
RGB Variations
Color information
#F6EC7E (or 0xF6EC7E) is known color: Texas. HEX triplet: F6, EC and 7E. RGB value is (246,236,126). Sum of RGB (Red+Green+Blue) = 246+236+126=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 126 (49.61% from 255 or 20.72% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6EC7E is #091381. Grayscale: #E2E2E2. Windows color (decimal): -594818 or 8318198. OLE color: 8318198.
HSL color Cylindrical-coordinate representation of color #F6EC7E: hue angle of 55º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F6EC7E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 236 | 126 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.04 |
| HSL | 55º | 0.87% | 0.73% | - |
| HSV(B) | 55º | 0.49% | 0.96% | - |
| XYZ | 71.77 | 81.09 | 31.61 | - |
| YUV | 226.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 236 | 126 | 0 | 0.04 | 0.49 | 0.04 | 55 | 0.87 | 0.73 |
| Hex | F6 | EC | 7E | 0 | 4 | 31 | 4 | 37 | 57 | 49 |
| Octal | 366 | 354 | 176 | 0 | 4 | 61 | 4 | 67 | 127 | 111 |
| Binary | 11110110 | 11101100 | 1111110 | 0 | 100 | 110001 | 100 | 110111 | 1010111 | 1001001 |
Color Harmonies of #F6EC7E
Complementary color
Monochromatic Colors of #F6EC7E
Black with #F6EC7E
Text Example
Text Example
White with #F6EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6EC7E; }
p { color: rgb(246,236,126); }
H1.HeaderClassName
{
color: #F6EC7E;
}
.AnyTagClassName
{
color: #F6EC7E;
}
</style>
background-color css
<style>
a { background-color: #F6EC7E; }
a { background-color: rgb(246,236,126); }
div.DivClassName
{
background-color: #F6EC7E;
}
.BgClassName
{
background-color: #F6EC7E;
}
</style>
border-color css
<style>
span { border-color: #F6EC7E; }
span { border-color: rgb(246,236,126); }
td.TdClassName
{
border-color: #F6EC7E;
}
.TagClassName
{
border-color: #F6EC7E;
}
</style>