Shades of Texas #F1E47E
Tints of Texas #F1E47E
RGB
CMYK
RGB Variations
Color information
#F1E47E (or 0xF1E47E) is known color: Texas. HEX triplet: F1, E4 and 7E. RGB value is (241,228,126). Sum of RGB (Red+Green+Blue) = 241+228+126=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 126 (49.61% from 255 or 21.18% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E47E is #0E1B81. Grayscale: #DCDCDC. Windows color (decimal): -924546 or 8316145. OLE color: 8316145.
HSL color Cylindrical-coordinate representation of color #F1E47E: hue angle of 53.22º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1E47E is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 126 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.05 |
| HSL | 53.22º | 0.8% | 0.72% | - |
| HSV(B) | 53.22º | 0.48% | 0.95% | - |
| XYZ | 67.78 | 75.69 | 30.78 | - |
| YUV | 220.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 126 | 0 | 0.05 | 0.48 | 0.05 | 53.22 | 0.8 | 0.72 |
| Hex | F1 | E4 | 7E | 0 | 5 | 30 | 5 | 35 | 50 | 48 |
| Octal | 361 | 344 | 176 | 0 | 5 | 60 | 5 | 65 | 120 | 110 |
| Binary | 11110001 | 11100100 | 1111110 | 0 | 101 | 110000 | 101 | 110101 | 1010000 | 1001000 |
Color Harmonies of #F1E47E
Complementary color
Monochromatic Colors of #F1E47E
Black with #F1E47E
Text Example
Text Example
White with #F1E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E47E; }
p { color: rgb(241,228,126); }
H1.HeaderClassName
{
color: #F1E47E;
}
.AnyTagClassName
{
color: #F1E47E;
}
</style>
background-color css
<style>
a { background-color: #F1E47E; }
a { background-color: rgb(241,228,126); }
div.DivClassName
{
background-color: #F1E47E;
}
.BgClassName
{
background-color: #F1E47E;
}
</style>
border-color css
<style>
span { border-color: #F1E47E; }
span { border-color: rgb(241,228,126); }
td.TdClassName
{
border-color: #F1E47E;
}
.TagClassName
{
border-color: #F1E47E;
}
</style>