Shades of Texas #F1E881
Tints of Texas #F1E881
RGB
CMYK
RGB Variations
Color information
#F1E881 (or 0xF1E881) is known color: Texas. HEX triplet: F1, E8 and 81. RGB value is (241,232,129). Sum of RGB (Red+Green+Blue) = 241+232+129=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E881 is #0E177E. Grayscale: #DFDFDF. Windows color (decimal): -923519 or 8513777. OLE color: 8513777.
HSL color Cylindrical-coordinate representation of color #F1E881: hue angle of 55.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1E881 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 129 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.05 |
| HSL | 55.18º | 0.8% | 0.73% | - |
| HSV(B) | 55.18º | 0.46% | 0.95% | - |
| XYZ | 69.09 | 78 | 32.18 | - |
| YUV | 222.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 129 | 0 | 0.04 | 0.46 | 0.05 | 55.18 | 0.8 | 0.73 |
| Hex | F1 | E8 | 81 | 0 | 4 | 2E | 5 | 37 | 50 | 49 |
| Octal | 361 | 350 | 201 | 0 | 4 | 56 | 5 | 67 | 120 | 111 |
| Binary | 11110001 | 11101000 | 10000001 | 0 | 100 | 101110 | 101 | 110111 | 1010000 | 1001001 |
Color Harmonies of #F1E881
Complementary color
Monochromatic Colors of #F1E881
Black with #F1E881
Text Example
Text Example
White with #F1E881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E881; }
p { color: rgb(241,232,129); }
H1.HeaderClassName
{
color: #F1E881;
}
.AnyTagClassName
{
color: #F1E881;
}
</style>
background-color css
<style>
a { background-color: #F1E881; }
a { background-color: rgb(241,232,129); }
div.DivClassName
{
background-color: #F1E881;
}
.BgClassName
{
background-color: #F1E881;
}
</style>
border-color css
<style>
span { border-color: #F1E881; }
span { border-color: rgb(241,232,129); }
td.TdClassName
{
border-color: #F1E881;
}
.TagClassName
{
border-color: #F1E881;
}
</style>