Shades of Texas #F1EF7D
Tints of Texas #F1EF7D
RGB
CMYK
RGB Variations
Color information
#F1EF7D (or 0xF1EF7D) is known color: Texas. HEX triplet: F1, EF and 7D. RGB value is (241,239,125). Sum of RGB (Red+Green+Blue) = 241+239+125=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1EF7D is #0E1082. Grayscale: #E3E3E3. Windows color (decimal): -921731 or 8253425. OLE color: 8253425.
HSL color Cylindrical-coordinate representation of color #F1EF7D: hue angle of 58.97º degrees, saturation: 0.81, 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 #F1EF7D is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 239 | 125 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.05 |
| HSL | 58.97º | 0.81% | 0.72% | - |
| HSV(B) | 58.97º | 0.48% | 0.95% | - |
| XYZ | 70.84 | 81.91 | 31.48 | - |
| YUV | 226.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 239 | 125 | 0 | 0.01 | 0.48 | 0.05 | 58.97 | 0.81 | 0.72 |
| Hex | F1 | EF | 7D | 0 | 1 | 30 | 5 | 3B | 51 | 48 |
| Octal | 361 | 357 | 175 | 0 | 1 | 60 | 5 | 73 | 121 | 110 |
| Binary | 11110001 | 11101111 | 1111101 | 0 | 1 | 110000 | 101 | 111011 | 1010001 | 1001000 |
Color Harmonies of #F1EF7D
Complementary color
Monochromatic Colors of #F1EF7D
Black with #F1EF7D
Text Example
Text Example
White with #F1EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EF7D; }
p { color: rgb(241,239,125); }
H1.HeaderClassName
{
color: #F1EF7D;
}
.AnyTagClassName
{
color: #F1EF7D;
}
</style>
background-color css
<style>
a { background-color: #F1EF7D; }
a { background-color: rgb(241,239,125); }
div.DivClassName
{
background-color: #F1EF7D;
}
.BgClassName
{
background-color: #F1EF7D;
}
</style>
border-color css
<style>
span { border-color: #F1EF7D; }
span { border-color: rgb(241,239,125); }
td.TdClassName
{
border-color: #F1EF7D;
}
.TagClassName
{
border-color: #F1EF7D;
}
</style>