Shades of Texas #F1E984
Tints of Texas #F1E984
RGB
CMYK
RGB Variations
Color information
#F1E984 (or 0xF1E984) is known color: Texas. HEX triplet: F1, E9 and 84. RGB value is (241,233,132). Sum of RGB (Red+Green+Blue) = 241+233+132=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 132 (51.95% from 255 or 21.78% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E984 is #0E167B. Grayscale: #E0E0E0. Windows color (decimal): -923260 or 8710641. OLE color: 8710641.
HSL color Cylindrical-coordinate representation of color #F1E984: hue angle of 55.6º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F1E984 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 132 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.05 |
| HSL | 55.6º | 0.8% | 0.73% | - |
| HSV(B) | 55.6º | 0.45% | 0.95% | - |
| XYZ | 69.58 | 78.64 | 33.34 | - |
| YUV | 223.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 132 | 0 | 0.03 | 0.45 | 0.05 | 55.6 | 0.8 | 0.73 |
| Hex | F1 | E9 | 84 | 0 | 3 | 2D | 5 | 38 | 50 | 49 |
| Octal | 361 | 351 | 204 | 0 | 3 | 55 | 5 | 70 | 120 | 111 |
| Binary | 11110001 | 11101001 | 10000100 | 0 | 11 | 101101 | 101 | 111000 | 1010000 | 1001001 |
Color Harmonies of #F1E984
Complementary color
Monochromatic Colors of #F1E984
Black with #F1E984
Text Example
Text Example
White with #F1E984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E984; }
p { color: rgb(241,233,132); }
H1.HeaderClassName
{
color: #F1E984;
}
.AnyTagClassName
{
color: #F1E984;
}
</style>
background-color css
<style>
a { background-color: #F1E984; }
a { background-color: rgb(241,233,132); }
div.DivClassName
{
background-color: #F1E984;
}
.BgClassName
{
background-color: #F1E984;
}
</style>
border-color css
<style>
span { border-color: #F1E984; }
span { border-color: rgb(241,233,132); }
td.TdClassName
{
border-color: #F1E984;
}
.TagClassName
{
border-color: #F1E984;
}
</style>