Shades of Texas #F1ED80
Tints of Texas #F1ED80
RGB
CMYK
RGB Variations
Color information
#F1ED80 (or 0xF1ED80) is known color: Texas. HEX triplet: F1, ED and 80. RGB value is (241,237,128). Sum of RGB (Red+Green+Blue) = 241+237+128=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED80 is #0E127F. Grayscale: #E2E2E2. Windows color (decimal): -922240 or 8449521. OLE color: 8449521.
HSL color Cylindrical-coordinate representation of color #F1ED80: hue angle of 57.88º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1ED80 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 128 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.05 |
| HSL | 57.88º | 0.8% | 0.72% | - |
| HSV(B) | 57.88º | 0.47% | 0.95% | - |
| XYZ | 70.46 | 80.83 | 32.31 | - |
| YUV | 225.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 128 | 0 | 0.02 | 0.47 | 0.05 | 57.88 | 0.8 | 0.72 |
| Hex | F1 | ED | 80 | 0 | 2 | 2F | 5 | 3A | 50 | 48 |
| Octal | 361 | 355 | 200 | 0 | 2 | 57 | 5 | 72 | 120 | 110 |
| Binary | 11110001 | 11101101 | 10000000 | 0 | 10 | 101111 | 101 | 111010 | 1010000 | 1001000 |
Color Harmonies of #F1ED80
Complementary color
Monochromatic Colors of #F1ED80
Black with #F1ED80
Text Example
Text Example
White with #F1ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED80; }
p { color: rgb(241,237,128); }
H1.HeaderClassName
{
color: #F1ED80;
}
.AnyTagClassName
{
color: #F1ED80;
}
</style>
background-color css
<style>
a { background-color: #F1ED80; }
a { background-color: rgb(241,237,128); }
div.DivClassName
{
background-color: #F1ED80;
}
.BgClassName
{
background-color: #F1ED80;
}
</style>
border-color css
<style>
span { border-color: #F1ED80; }
span { border-color: rgb(241,237,128); }
td.TdClassName
{
border-color: #F1ED80;
}
.TagClassName
{
border-color: #F1ED80;
}
</style>