Shades of Texas #F1E876
Tints of Texas #F1E876
RGB
CMYK
RGB Variations
Color information
#F1E876 (or 0xF1E876) is known color: Texas. HEX triplet: F1, E8 and 76. RGB value is (241,232,118). Sum of RGB (Red+Green+Blue) = 241+232+118=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1E876 is #0E1789. Grayscale: #DEDEDE. Windows color (decimal): -923530 or 7792881. OLE color: 7792881.
HSL color Cylindrical-coordinate representation of color #F1E876: hue angle of 55.61º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1E876 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 118 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.05 |
| HSL | 55.61º | 0.81% | 0.7% | - |
| HSV(B) | 55.61º | 0.51% | 0.95% | - |
| XYZ | 68.4 | 77.72 | 28.54 | - |
| YUV | 221.7 | 69.48 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 118 | 0 | 0.04 | 0.51 | 0.05 | 55.61 | 0.81 | 0.7 |
| Hex | F1 | E8 | 76 | 0 | 4 | 33 | 5 | 38 | 51 | 46 |
| Octal | 361 | 350 | 166 | 0 | 4 | 63 | 5 | 70 | 121 | 106 |
| Binary | 11110001 | 11101000 | 1110110 | 0 | 100 | 110011 | 101 | 111000 | 1010001 | 1000110 |
Color Harmonies of #F1E876
Complementary color
Monochromatic Colors of #F1E876
Black with #F1E876
Text Example
Text Example
White with #F1E876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E876; }
p { color: rgb(241,232,118); }
H1.HeaderClassName
{
color: #F1E876;
}
.AnyTagClassName
{
color: #F1E876;
}
</style>
background-color css
<style>
a { background-color: #F1E876; }
a { background-color: rgb(241,232,118); }
div.DivClassName
{
background-color: #F1E876;
}
.BgClassName
{
background-color: #F1E876;
}
</style>
border-color css
<style>
span { border-color: #F1E876; }
span { border-color: rgb(241,232,118); }
td.TdClassName
{
border-color: #F1E876;
}
.TagClassName
{
border-color: #F1E876;
}
</style>