Shades of Texas #F1E87E
Tints of Texas #F1E87E
RGB
CMYK
RGB Variations
Color information
#F1E87E (or 0xF1E87E) is known color: Texas. HEX triplet: F1, E8 and 7E. RGB value is (241,232,126). Sum of RGB (Red+Green+Blue) = 241+232+126=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E87E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E87E is #0E1781. Grayscale: #DFDFDF. Windows color (decimal): -923522 or 8317169. OLE color: 8317169.
HSL color Cylindrical-coordinate representation of color #F1E87E: hue angle of 55.3º 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 #F1E87E is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 126 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.05 |
| HSL | 55.3º | 0.8% | 0.72% | - |
| HSV(B) | 55.3º | 0.48% | 0.95% | - |
| XYZ | 68.9 | 77.92 | 31.15 | - |
| YUV | 222.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 126 | 0 | 0.04 | 0.48 | 0.05 | 55.3 | 0.8 | 0.72 |
| Hex | F1 | E8 | 7E | 0 | 4 | 30 | 5 | 37 | 50 | 48 |
| Octal | 361 | 350 | 176 | 0 | 4 | 60 | 5 | 67 | 120 | 110 |
| Binary | 11110001 | 11101000 | 1111110 | 0 | 100 | 110000 | 101 | 110111 | 1010000 | 1001000 |
Color Harmonies of #F1E87E
Complementary color
Monochromatic Colors of #F1E87E
Black with #F1E87E
Text Example
Text Example
White with #F1E87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E87E; }
p { color: rgb(241,232,126); }
H1.HeaderClassName
{
color: #F1E87E;
}
.AnyTagClassName
{
color: #F1E87E;
}
</style>
background-color css
<style>
a { background-color: #F1E87E; }
a { background-color: rgb(241,232,126); }
div.DivClassName
{
background-color: #F1E87E;
}
.BgClassName
{
background-color: #F1E87E;
}
</style>
border-color css
<style>
span { border-color: #F1E87E; }
span { border-color: rgb(241,232,126); }
td.TdClassName
{
border-color: #F1E87E;
}
.TagClassName
{
border-color: #F1E87E;
}
</style>