Shades of Texas #F2EE82
Tints of Texas #F2EE82
RGB
CMYK
RGB Variations
Color information
#F2EE82 (or 0xF2EE82) is known color: Texas. HEX triplet: F2, EE and 82. RGB value is (242,238,130). Sum of RGB (Red+Green+Blue) = 242+238+130=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE82 is #0D117D. Grayscale: #E3E3E3. Windows color (decimal): -856446 or 8580850. OLE color: 8580850.
HSL color Cylindrical-coordinate representation of color #F2EE82: hue angle of 57.86º degrees, saturation: 0.81, 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 #F2EE82 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 130 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.05 |
| HSL | 57.86º | 0.81% | 0.73% | - |
| HSV(B) | 57.86º | 0.46% | 0.95% | - |
| XYZ | 71.22 | 81.64 | 33.12 | - |
| YUV | 226.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 130 | 0 | 0.02 | 0.46 | 0.05 | 57.86 | 0.81 | 0.73 |
| Hex | F2 | EE | 82 | 0 | 2 | 2E | 5 | 3A | 51 | 49 |
| Octal | 362 | 356 | 202 | 0 | 2 | 56 | 5 | 72 | 121 | 111 |
| Binary | 11110010 | 11101110 | 10000010 | 0 | 10 | 101110 | 101 | 111010 | 1010001 | 1001001 |
Color Harmonies of #F2EE82
Complementary color
Monochromatic Colors of #F2EE82
Black with #F2EE82
Text Example
Text Example
White with #F2EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE82; }
p { color: rgb(242,238,130); }
H1.HeaderClassName
{
color: #F2EE82;
}
.AnyTagClassName
{
color: #F2EE82;
}
</style>
background-color css
<style>
a { background-color: #F2EE82; }
a { background-color: rgb(242,238,130); }
div.DivClassName
{
background-color: #F2EE82;
}
.BgClassName
{
background-color: #F2EE82;
}
</style>
border-color css
<style>
span { border-color: #F2EE82; }
span { border-color: rgb(242,238,130); }
td.TdClassName
{
border-color: #F2EE82;
}
.TagClassName
{
border-color: #F2EE82;
}
</style>