Shades of Texas #F1ED7A
Tints of Texas #F1ED7A
RGB
CMYK
RGB Variations
Color information
#F1ED7A (or 0xF1ED7A) is known color: Texas. HEX triplet: F1, ED and 7A. RGB value is (241,237,122). Sum of RGB (Red+Green+Blue) = 241+237+122=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED7A is #0E1285. Grayscale: #E1E1E1. Windows color (decimal): -922246 or 8056305. OLE color: 8056305.
HSL color Cylindrical-coordinate representation of color #F1ED7A: hue angle of 57.98º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F1ED7A is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 237 | 122 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.05 |
| HSL | 57.98º | 0.81% | 0.71% | - |
| HSV(B) | 57.98º | 0.49% | 0.95% | - |
| XYZ | 70.07 | 80.67 | 30.29 | - |
| YUV | 225.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 237 | 122 | 0 | 0.02 | 0.49 | 0.05 | 57.98 | 0.81 | 0.71 |
| Hex | F1 | ED | 7A | 0 | 2 | 31 | 5 | 3A | 51 | 47 |
| Octal | 361 | 355 | 172 | 0 | 2 | 61 | 5 | 72 | 121 | 107 |
| Binary | 11110001 | 11101101 | 1111010 | 0 | 10 | 110001 | 101 | 111010 | 1010001 | 1000111 |
Color Harmonies of #F1ED7A
Complementary color
Monochromatic Colors of #F1ED7A
Black with #F1ED7A
Text Example
Text Example
White with #F1ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ED7A; }
p { color: rgb(241,237,122); }
H1.HeaderClassName
{
color: #F1ED7A;
}
.AnyTagClassName
{
color: #F1ED7A;
}
</style>
background-color css
<style>
a { background-color: #F1ED7A; }
a { background-color: rgb(241,237,122); }
div.DivClassName
{
background-color: #F1ED7A;
}
.BgClassName
{
background-color: #F1ED7A;
}
</style>
border-color css
<style>
span { border-color: #F1ED7A; }
span { border-color: rgb(241,237,122); }
td.TdClassName
{
border-color: #F1ED7A;
}
.TagClassName
{
border-color: #F1ED7A;
}
</style>