Shades of Texas #F1ED81
Tints of Texas #F1ED81
RGB
CMYK
RGB Variations
Color information
#F1ED81 (or 0xF1ED81) is known color: Texas. HEX triplet: F1, ED and 81. RGB value is (241,237,129). Sum of RGB (Red+Green+Blue) = 241+237+129=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED81 is #0E127E. Grayscale: #E2E2E2. Windows color (decimal): -922239 or 8515057. OLE color: 8515057.
HSL color Cylindrical-coordinate representation of color #F1ED81: hue angle of 57.86º 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 #F1ED81 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 129 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.05 |
| HSL | 57.86º | 0.8% | 0.73% | - |
| HSV(B) | 57.86º | 0.46% | 0.95% | - |
| XYZ | 70.52 | 80.85 | 32.66 | - |
| YUV | 225.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 129 | 0 | 0.02 | 0.46 | 0.05 | 57.86 | 0.8 | 0.73 |
| Hex | F1 | ED | 81 | 0 | 2 | 2E | 5 | 3A | 50 | 49 |
| Octal | 361 | 355 | 201 | 0 | 2 | 56 | 5 | 72 | 120 | 111 |
| Binary | 11110001 | 11101101 | 10000001 | 0 | 10 | 101110 | 101 | 111010 | 1010000 | 1001001 |
Color Harmonies of #F1ED81
Complementary color
Monochromatic Colors of #F1ED81
Black with #F1ED81
Text Example
Text Example
White with #F1ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED81; }
p { color: rgb(241,237,129); }
H1.HeaderClassName
{
color: #F1ED81;
}
.AnyTagClassName
{
color: #F1ED81;
}
</style>
background-color css
<style>
a { background-color: #F1ED81; }
a { background-color: rgb(241,237,129); }
div.DivClassName
{
background-color: #F1ED81;
}
.BgClassName
{
background-color: #F1ED81;
}
</style>
border-color css
<style>
span { border-color: #F1ED81; }
span { border-color: rgb(241,237,129); }
td.TdClassName
{
border-color: #F1ED81;
}
.TagClassName
{
border-color: #F1ED81;
}
</style>