Shades of Texas #F7EC7F
Tints of Texas #F7EC7F
RGB
CMYK
RGB Variations
Color information
#F7EC7F (or 0xF7EC7F) is known color: Texas. HEX triplet: F7, EC and 7F. RGB value is (247,236,127). Sum of RGB (Red+Green+Blue) = 247+236+127=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 127 (50% from 255 or 20.82% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7EC7F is #081380. Grayscale: #E3E3E3. Windows color (decimal): -529281 or 8383735. OLE color: 8383735.
HSL color Cylindrical-coordinate representation of color #F7EC7F: hue angle of 54.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7EC7F is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 127 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.03 |
| HSL | 54.5º | 0.88% | 0.73% | - |
| HSV(B) | 54.5º | 0.49% | 0.97% | - |
| XYZ | 72.18 | 81.3 | 31.97 | - |
| YUV | 226.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 127 | 0 | 0.04 | 0.49 | 0.03 | 54.5 | 0.88 | 0.73 |
| Hex | F7 | EC | 7F | 0 | 4 | 31 | 3 | 36 | 58 | 49 |
| Octal | 367 | 354 | 177 | 0 | 4 | 61 | 3 | 66 | 130 | 111 |
| Binary | 11110111 | 11101100 | 1111111 | 0 | 100 | 110001 | 11 | 110110 | 1011000 | 1001001 |
Color Harmonies of #F7EC7F
Complementary color
Monochromatic Colors of #F7EC7F
Black with #F7EC7F
Text Example
Text Example
White with #F7EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC7F; }
p { color: rgb(247,236,127); }
H1.HeaderClassName
{
color: #F7EC7F;
}
.AnyTagClassName
{
color: #F7EC7F;
}
</style>
background-color css
<style>
a { background-color: #F7EC7F; }
a { background-color: rgb(247,236,127); }
div.DivClassName
{
background-color: #F7EC7F;
}
.BgClassName
{
background-color: #F7EC7F;
}
</style>
border-color css
<style>
span { border-color: #F7EC7F; }
span { border-color: rgb(247,236,127); }
td.TdClassName
{
border-color: #F7EC7F;
}
.TagClassName
{
border-color: #F7EC7F;
}
</style>