Shades of Texas #F1E782
Tints of Texas #F1E782
RGB
CMYK
RGB Variations
Color information
#F1E782 (or 0xF1E782) is known color: Texas. HEX triplet: F1, E7 and 82. RGB value is (241,231,130). Sum of RGB (Red+Green+Blue) = 241+231+130=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E782 is #0E187D. Grayscale: #DEDEDE. Windows color (decimal): -923774 or 8579057. OLE color: 8579057.
HSL color Cylindrical-coordinate representation of color #F1E782: hue angle of 54.59º 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 #F1E782 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 130 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.05 |
| HSL | 54.59º | 0.8% | 0.73% | - |
| HSV(B) | 54.59º | 0.46% | 0.95% | - |
| XYZ | 68.88 | 77.46 | 32.44 | - |
| YUV | 222.48 | 75.81 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 130 | 0 | 0.04 | 0.46 | 0.05 | 54.59 | 0.8 | 0.73 |
| Hex | F1 | E7 | 82 | 0 | 4 | 2E | 5 | 37 | 50 | 49 |
| Octal | 361 | 347 | 202 | 0 | 4 | 56 | 5 | 67 | 120 | 111 |
| Binary | 11110001 | 11100111 | 10000010 | 0 | 100 | 101110 | 101 | 110111 | 1010000 | 1001001 |
Color Harmonies of #F1E782
Complementary color
Monochromatic Colors of #F1E782
Black with #F1E782
Text Example
Text Example
White with #F1E782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E782; }
p { color: rgb(241,231,130); }
H1.HeaderClassName
{
color: #F1E782;
}
.AnyTagClassName
{
color: #F1E782;
}
</style>
background-color css
<style>
a { background-color: #F1E782; }
a { background-color: rgb(241,231,130); }
div.DivClassName
{
background-color: #F1E782;
}
.BgClassName
{
background-color: #F1E782;
}
</style>
border-color css
<style>
span { border-color: #F1E782; }
span { border-color: rgb(241,231,130); }
td.TdClassName
{
border-color: #F1E782;
}
.TagClassName
{
border-color: #F1E782;
}
</style>