Shades of Texas #F2EE84
Tints of Texas #F2EE84
RGB
CMYK
RGB Variations
Color information
#F2EE84 (or 0xF2EE84) is known color: Texas. HEX triplet: F2, EE and 84. RGB value is (242,238,132). Sum of RGB (Red+Green+Blue) = 242+238+132=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 132 (51.95% from 255 or 21.57% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE84 is #0D117B. Grayscale: #E3E3E3. Windows color (decimal): -856444 or 8711922. OLE color: 8711922.
HSL color Cylindrical-coordinate representation of color #F2EE84: hue angle of 57.82º degrees, saturation: 0.81, 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 #F2EE84 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 132 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.05 |
| HSL | 57.82º | 0.81% | 0.73% | - |
| HSV(B) | 57.82º | 0.45% | 0.95% | - |
| XYZ | 71.36 | 81.69 | 33.84 | - |
| YUV | 227.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 132 | 0 | 0.02 | 0.45 | 0.05 | 57.82 | 0.81 | 0.73 |
| Hex | F2 | EE | 84 | 0 | 2 | 2D | 5 | 3A | 51 | 49 |
| Octal | 362 | 356 | 204 | 0 | 2 | 55 | 5 | 72 | 121 | 111 |
| Binary | 11110010 | 11101110 | 10000100 | 0 | 10 | 101101 | 101 | 111010 | 1010001 | 1001001 |
Color Harmonies of #F2EE84
Complementary color
Monochromatic Colors of #F2EE84
Black with #F2EE84
Text Example
Text Example
White with #F2EE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE84; }
p { color: rgb(242,238,132); }
H1.HeaderClassName
{
color: #F2EE84;
}
.AnyTagClassName
{
color: #F2EE84;
}
</style>
background-color css
<style>
a { background-color: #F2EE84; }
a { background-color: rgb(242,238,132); }
div.DivClassName
{
background-color: #F2EE84;
}
.BgClassName
{
background-color: #F2EE84;
}
</style>
border-color css
<style>
span { border-color: #F2EE84; }
span { border-color: rgb(242,238,132); }
td.TdClassName
{
border-color: #F2EE84;
}
.TagClassName
{
border-color: #F2EE84;
}
</style>