Shades of Texas #F6E97E
Tints of Texas #F6E97E
RGB
CMYK
RGB Variations
Color information
#F6E97E (or 0xF6E97E) is known color: Texas. HEX triplet: F6, E9 and 7E. RGB value is (246,233,126). Sum of RGB (Red+Green+Blue) = 246+233+126=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E97E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6E97E is #091681. Grayscale: #E1E1E1. Windows color (decimal): -595586 or 8317430. OLE color: 8317430.
HSL color Cylindrical-coordinate representation of color #F6E97E: hue angle of 53.5º 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 #F6E97E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 126 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.04 |
| HSL | 53.5º | 0.87% | 0.73% | - |
| HSV(B) | 53.5º | 0.49% | 0.96% | - |
| XYZ | 70.91 | 79.38 | 31.32 | - |
| YUV | 224.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 126 | 0 | 0.05 | 0.49 | 0.04 | 53.5 | 0.87 | 0.73 |
| Hex | F6 | E9 | 7E | 0 | 5 | 31 | 4 | 36 | 57 | 49 |
| Octal | 366 | 351 | 176 | 0 | 5 | 61 | 4 | 66 | 127 | 111 |
| Binary | 11110110 | 11101001 | 1111110 | 0 | 101 | 110001 | 100 | 110110 | 1010111 | 1001001 |
Color Harmonies of #F6E97E
Complementary color
Monochromatic Colors of #F6E97E
Black with #F6E97E
Text Example
Text Example
White with #F6E97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E97E; }
p { color: rgb(246,233,126); }
H1.HeaderClassName
{
color: #F6E97E;
}
.AnyTagClassName
{
color: #F6E97E;
}
</style>
background-color css
<style>
a { background-color: #F6E97E; }
a { background-color: rgb(246,233,126); }
div.DivClassName
{
background-color: #F6E97E;
}
.BgClassName
{
background-color: #F6E97E;
}
</style>
border-color css
<style>
span { border-color: #F6E97E; }
span { border-color: rgb(246,233,126); }
td.TdClassName
{
border-color: #F6E97E;
}
.TagClassName
{
border-color: #F6E97E;
}
</style>