Shades of Texas #F1EC7D
Tints of Texas #F1EC7D
RGB
CMYK
RGB Variations
Color information
#F1EC7D (or 0xF1EC7D) is known color: Texas. HEX triplet: F1, EC and 7D. RGB value is (241,236,125). Sum of RGB (Red+Green+Blue) = 241+236+125=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EC7D is #0E1382. Grayscale: #E1E1E1. Windows color (decimal): -922499 or 8252657. OLE color: 8252657.
HSL color Cylindrical-coordinate representation of color #F1EC7D: hue angle of 57.41º degrees, saturation: 0.81, 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 #F1EC7D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 125 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.05 |
| HSL | 57.41º | 0.81% | 0.72% | - |
| HSV(B) | 57.41º | 0.48% | 0.95% | - |
| XYZ | 69.97 | 80.17 | 31.19 | - |
| YUV | 224.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 125 | 0 | 0.02 | 0.48 | 0.05 | 57.41 | 0.81 | 0.72 |
| Hex | F1 | EC | 7D | 0 | 2 | 30 | 5 | 39 | 51 | 48 |
| Octal | 361 | 354 | 175 | 0 | 2 | 60 | 5 | 71 | 121 | 110 |
| Binary | 11110001 | 11101100 | 1111101 | 0 | 10 | 110000 | 101 | 111001 | 1010001 | 1001000 |
Color Harmonies of #F1EC7D
Complementary color
Monochromatic Colors of #F1EC7D
Black with #F1EC7D
Text Example
Text Example
White with #F1EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC7D; }
p { color: rgb(241,236,125); }
H1.HeaderClassName
{
color: #F1EC7D;
}
.AnyTagClassName
{
color: #F1EC7D;
}
</style>
background-color css
<style>
a { background-color: #F1EC7D; }
a { background-color: rgb(241,236,125); }
div.DivClassName
{
background-color: #F1EC7D;
}
.BgClassName
{
background-color: #F1EC7D;
}
</style>
border-color css
<style>
span { border-color: #F1EC7D; }
span { border-color: rgb(241,236,125); }
td.TdClassName
{
border-color: #F1EC7D;
}
.TagClassName
{
border-color: #F1EC7D;
}
</style>