Shades of Texas #F2EC80
Tints of Texas #F2EC80
RGB
CMYK
RGB Variations
Color information
#F2EC80 (or 0xF2EC80) is known color: Texas. HEX triplet: F2, EC and 80. RGB value is (242,236,128). Sum of RGB (Red+Green+Blue) = 242+236+128=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC80 is #0D137F. Grayscale: #E1E1E1. Windows color (decimal): -856960 or 8449266. OLE color: 8449266.
HSL color Cylindrical-coordinate representation of color #F2EC80: hue angle of 56.84º 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 #F2EC80 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 128 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.05 |
| HSL | 56.84º | 0.81% | 0.73% | - |
| HSV(B) | 56.84º | 0.47% | 0.95% | - |
| XYZ | 70.51 | 80.43 | 32.23 | - |
| YUV | 225.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 128 | 0 | 0.02 | 0.47 | 0.05 | 56.84 | 0.81 | 0.73 |
| Hex | F2 | EC | 80 | 0 | 2 | 2F | 5 | 39 | 51 | 49 |
| Octal | 362 | 354 | 200 | 0 | 2 | 57 | 5 | 71 | 121 | 111 |
| Binary | 11110010 | 11101100 | 10000000 | 0 | 10 | 101111 | 101 | 111001 | 1010001 | 1001001 |
Color Harmonies of #F2EC80
Complementary color
Monochromatic Colors of #F2EC80
Black with #F2EC80
Text Example
Text Example
White with #F2EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC80; }
p { color: rgb(242,236,128); }
H1.HeaderClassName
{
color: #F2EC80;
}
.AnyTagClassName
{
color: #F2EC80;
}
</style>
background-color css
<style>
a { background-color: #F2EC80; }
a { background-color: rgb(242,236,128); }
div.DivClassName
{
background-color: #F2EC80;
}
.BgClassName
{
background-color: #F2EC80;
}
</style>
border-color css
<style>
span { border-color: #F2EC80; }
span { border-color: rgb(242,236,128); }
td.TdClassName
{
border-color: #F2EC80;
}
.TagClassName
{
border-color: #F2EC80;
}
</style>