Shades of Texas #F1EC7C
Tints of Texas #F1EC7C
RGB
CMYK
RGB Variations
Color information
#F1EC7C (or 0xF1EC7C) is known color: Texas. HEX triplet: F1, EC and 7C. RGB value is (241,236,124). Sum of RGB (Red+Green+Blue) = 241+236+124=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EC7C is #0E1383. Grayscale: #E1E1E1. Windows color (decimal): -922500 or 8187121. OLE color: 8187121.
HSL color Cylindrical-coordinate representation of color #F1EC7C: hue angle of 57.44º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1EC7C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 124 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.05 |
| HSL | 57.44º | 0.81% | 0.72% | - |
| HSV(B) | 57.44º | 0.49% | 0.95% | - |
| XYZ | 69.91 | 80.15 | 30.85 | - |
| YUV | 224.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 124 | 0 | 0.02 | 0.49 | 0.05 | 57.44 | 0.81 | 0.72 |
| Hex | F1 | EC | 7C | 0 | 2 | 31 | 5 | 39 | 51 | 48 |
| Octal | 361 | 354 | 174 | 0 | 2 | 61 | 5 | 71 | 121 | 110 |
| Binary | 11110001 | 11101100 | 1111100 | 0 | 10 | 110001 | 101 | 111001 | 1010001 | 1001000 |
Color Harmonies of #F1EC7C
Complementary color
Monochromatic Colors of #F1EC7C
Black with #F1EC7C
Text Example
Text Example
White with #F1EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EC7C; }
p { color: rgb(241,236,124); }
H1.HeaderClassName
{
color: #F1EC7C;
}
.AnyTagClassName
{
color: #F1EC7C;
}
</style>
background-color css
<style>
a { background-color: #F1EC7C; }
a { background-color: rgb(241,236,124); }
div.DivClassName
{
background-color: #F1EC7C;
}
.BgClassName
{
background-color: #F1EC7C;
}
</style>
border-color css
<style>
span { border-color: #F1EC7C; }
span { border-color: rgb(241,236,124); }
td.TdClassName
{
border-color: #F1EC7C;
}
.TagClassName
{
border-color: #F1EC7C;
}
</style>