Shades of Texas #F1EC7E
Tints of Texas #F1EC7E
RGB
CMYK
RGB Variations
Color information
#F1EC7E (or 0xF1EC7E) is known color: Texas. HEX triplet: F1, EC and 7E. RGB value is (241,236,126). Sum of RGB (Red+Green+Blue) = 241+236+126=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EC7E is #0E1381. Grayscale: #E1E1E1. Windows color (decimal): -922498 or 8318193. OLE color: 8318193.
HSL color Cylindrical-coordinate representation of color #F1EC7E: hue angle of 57.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1EC7E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 126 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.05 |
| HSL | 57.39º | 0.8% | 0.72% | - |
| HSV(B) | 57.39º | 0.48% | 0.95% | - |
| XYZ | 70.04 | 80.2 | 31.53 | - |
| YUV | 224.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 126 | 0 | 0.02 | 0.48 | 0.05 | 57.39 | 0.8 | 0.72 |
| Hex | F1 | EC | 7E | 0 | 2 | 30 | 5 | 39 | 50 | 48 |
| Octal | 361 | 354 | 176 | 0 | 2 | 60 | 5 | 71 | 120 | 110 |
| Binary | 11110001 | 11101100 | 1111110 | 0 | 10 | 110000 | 101 | 111001 | 1010000 | 1001000 |
Color Harmonies of #F1EC7E
Complementary color
Monochromatic Colors of #F1EC7E
Black with #F1EC7E
Text Example
Text Example
White with #F1EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC7E; }
p { color: rgb(241,236,126); }
H1.HeaderClassName
{
color: #F1EC7E;
}
.AnyTagClassName
{
color: #F1EC7E;
}
</style>
background-color css
<style>
a { background-color: #F1EC7E; }
a { background-color: rgb(241,236,126); }
div.DivClassName
{
background-color: #F1EC7E;
}
.BgClassName
{
background-color: #F1EC7E;
}
</style>
border-color css
<style>
span { border-color: #F1EC7E; }
span { border-color: rgb(241,236,126); }
td.TdClassName
{
border-color: #F1EC7E;
}
.TagClassName
{
border-color: #F1EC7E;
}
</style>