Shades of Texas #F2EC7F
Tints of Texas #F2EC7F
RGB
CMYK
RGB Variations
Color information
#F2EC7F (or 0xF2EC7F) is known color: Texas. HEX triplet: F2, EC and 7F. RGB value is (242,236,127). Sum of RGB (Red+Green+Blue) = 242+236+127=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC7F is #0D1380. Grayscale: #E1E1E1. Windows color (decimal): -856961 or 8383730. OLE color: 8383730.
HSL color Cylindrical-coordinate representation of color #F2EC7F: hue angle of 56.87º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2EC7F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 127 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.05 |
| HSL | 56.87º | 0.82% | 0.72% | - |
| HSV(B) | 56.87º | 0.48% | 0.95% | - |
| XYZ | 70.44 | 80.4 | 31.88 | - |
| YUV | 225.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 127 | 0 | 0.02 | 0.48 | 0.05 | 56.87 | 0.82 | 0.72 |
| Hex | F2 | EC | 7F | 0 | 2 | 30 | 5 | 39 | 52 | 48 |
| Octal | 362 | 354 | 177 | 0 | 2 | 60 | 5 | 71 | 122 | 110 |
| Binary | 11110010 | 11101100 | 1111111 | 0 | 10 | 110000 | 101 | 111001 | 1010010 | 1001000 |
Color Harmonies of #F2EC7F
Complementary color
Monochromatic Colors of #F2EC7F
Black with #F2EC7F
Text Example
Text Example
White with #F2EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC7F; }
p { color: rgb(242,236,127); }
H1.HeaderClassName
{
color: #F2EC7F;
}
.AnyTagClassName
{
color: #F2EC7F;
}
</style>
background-color css
<style>
a { background-color: #F2EC7F; }
a { background-color: rgb(242,236,127); }
div.DivClassName
{
background-color: #F2EC7F;
}
.BgClassName
{
background-color: #F2EC7F;
}
</style>
border-color css
<style>
span { border-color: #F2EC7F; }
span { border-color: rgb(242,236,127); }
td.TdClassName
{
border-color: #F2EC7F;
}
.TagClassName
{
border-color: #F2EC7F;
}
</style>