Shades of Texas #F2EE81
Tints of Texas #F2EE81
RGB
CMYK
RGB Variations
Color information
#F2EE81 (or 0xF2EE81) is known color: Texas. HEX triplet: F2, EE and 81. RGB value is (242,238,129). Sum of RGB (Red+Green+Blue) = 242+238+129=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 129 (50.78% from 255 or 21.18% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE81 is #0D117E. Grayscale: #E3E3E3. Windows color (decimal): -856447 or 8515314. OLE color: 8515314.
HSL color Cylindrical-coordinate representation of color #F2EE81: hue angle of 57.88º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2EE81 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 129 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.05 |
| HSL | 57.88º | 0.81% | 0.73% | - |
| HSV(B) | 57.88º | 0.47% | 0.95% | - |
| XYZ | 71.15 | 81.61 | 32.77 | - |
| YUV | 226.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 129 | 0 | 0.02 | 0.47 | 0.05 | 57.88 | 0.81 | 0.73 |
| Hex | F2 | EE | 81 | 0 | 2 | 2F | 5 | 3A | 51 | 49 |
| Octal | 362 | 356 | 201 | 0 | 2 | 57 | 5 | 72 | 121 | 111 |
| Binary | 11110010 | 11101110 | 10000001 | 0 | 10 | 101111 | 101 | 111010 | 1010001 | 1001001 |
Color Harmonies of #F2EE81
Complementary color
Monochromatic Colors of #F2EE81
Black with #F2EE81
Text Example
Text Example
White with #F2EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE81; }
p { color: rgb(242,238,129); }
H1.HeaderClassName
{
color: #F2EE81;
}
.AnyTagClassName
{
color: #F2EE81;
}
</style>
background-color css
<style>
a { background-color: #F2EE81; }
a { background-color: rgb(242,238,129); }
div.DivClassName
{
background-color: #F2EE81;
}
.BgClassName
{
background-color: #F2EE81;
}
</style>
border-color css
<style>
span { border-color: #F2EE81; }
span { border-color: rgb(242,238,129); }
td.TdClassName
{
border-color: #F2EE81;
}
.TagClassName
{
border-color: #F2EE81;
}
</style>