Shades of Texas #F1EE81
Tints of Texas #F1EE81
RGB
CMYK
RGB Variations
Color information
#F1EE81 (or 0xF1EE81) is known color: Texas. HEX triplet: F1, EE and 81. RGB value is (241,238,129). Sum of RGB (Red+Green+Blue) = 241+238+129=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 129 (50.78% from 255 or 21.22% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EE81 is #0E117E. Grayscale: #E2E2E2. Windows color (decimal): -921983 or 8515313. OLE color: 8515313.
HSL color Cylindrical-coordinate representation of color #F1EE81: hue angle of 58.39º 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 #F1EE81 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 238 | 129 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.05 |
| HSL | 58.39º | 0.8% | 0.73% | - |
| HSV(B) | 58.39º | 0.46% | 0.95% | - |
| XYZ | 70.81 | 81.43 | 32.76 | - |
| YUV | 226.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 238 | 129 | 0 | 0.01 | 0.46 | 0.05 | 58.39 | 0.8 | 0.73 |
| Hex | F1 | EE | 81 | 0 | 1 | 2E | 5 | 3A | 50 | 49 |
| Octal | 361 | 356 | 201 | 0 | 1 | 56 | 5 | 72 | 120 | 111 |
| Binary | 11110001 | 11101110 | 10000001 | 0 | 1 | 101110 | 101 | 111010 | 1010000 | 1001001 |
Color Harmonies of #F1EE81
Complementary color
Monochromatic Colors of #F1EE81
Black with #F1EE81
Text Example
Text Example
White with #F1EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EE81; }
p { color: rgb(241,238,129); }
H1.HeaderClassName
{
color: #F1EE81;
}
.AnyTagClassName
{
color: #F1EE81;
}
</style>
background-color css
<style>
a { background-color: #F1EE81; }
a { background-color: rgb(241,238,129); }
div.DivClassName
{
background-color: #F1EE81;
}
.BgClassName
{
background-color: #F1EE81;
}
</style>
border-color css
<style>
span { border-color: #F1EE81; }
span { border-color: rgb(241,238,129); }
td.TdClassName
{
border-color: #F1EE81;
}
.TagClassName
{
border-color: #F1EE81;
}
</style>