Shades of Texas #F2EE83
Tints of Texas #F2EE83
RGB
CMYK
RGB Variations
Color information
#F2EE83 (or 0xF2EE83) is known color: Texas. HEX triplet: F2, EE and 83. RGB value is (242,238,131). Sum of RGB (Red+Green+Blue) = 242+238+131=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 131 (51.56% from 255 or 21.44% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE83 is #0D117C. Grayscale: #E3E3E3. Windows color (decimal): -856445 or 8646386. OLE color: 8646386.
HSL color Cylindrical-coordinate representation of color #F2EE83: hue angle of 57.84º 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 #F2EE83 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 131 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.05 |
| HSL | 57.84º | 0.81% | 0.73% | - |
| HSV(B) | 57.84º | 0.46% | 0.95% | - |
| XYZ | 71.29 | 81.67 | 33.48 | - |
| YUV | 227 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 131 | 0 | 0.02 | 0.46 | 0.05 | 57.84 | 0.81 | 0.73 |
| Hex | F2 | EE | 83 | 0 | 2 | 2E | 5 | 3A | 51 | 49 |
| Octal | 362 | 356 | 203 | 0 | 2 | 56 | 5 | 72 | 121 | 111 |
| Binary | 11110010 | 11101110 | 10000011 | 0 | 10 | 101110 | 101 | 111010 | 1010001 | 1001001 |
Color Harmonies of #F2EE83
Complementary color
Monochromatic Colors of #F2EE83
Black with #F2EE83
Text Example
Text Example
White with #F2EE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE83; }
p { color: rgb(242,238,131); }
H1.HeaderClassName
{
color: #F2EE83;
}
.AnyTagClassName
{
color: #F2EE83;
}
</style>
background-color css
<style>
a { background-color: #F2EE83; }
a { background-color: rgb(242,238,131); }
div.DivClassName
{
background-color: #F2EE83;
}
.BgClassName
{
background-color: #F2EE83;
}
</style>
border-color css
<style>
span { border-color: #F2EE83; }
span { border-color: rgb(242,238,131); }
td.TdClassName
{
border-color: #F2EE83;
}
.TagClassName
{
border-color: #F2EE83;
}
</style>