Shades of Texas #F0EC82
Tints of Texas #F0EC82
RGB
CMYK
RGB Variations
Color information
#F0EC82 (or 0xF0EC82) is known color: Texas. HEX triplet: F0, EC and 82. RGB value is (240,236,130). Sum of RGB (Red+Green+Blue) = 240+236+130=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC82 is #0F137D. Grayscale: #E1E1E1. Windows color (decimal): -988030 or 8580336. OLE color: 8580336.
HSL color Cylindrical-coordinate representation of color #F0EC82: hue angle of 57.82º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0EC82 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 130 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.06 |
| HSL | 57.82º | 0.79% | 0.73% | - |
| HSV(B) | 57.82º | 0.46% | 0.94% | - |
| XYZ | 69.96 | 80.13 | 32.9 | - |
| YUV | 225.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 130 | 0 | 0.02 | 0.46 | 0.06 | 57.82 | 0.79 | 0.73 |
| Hex | F0 | EC | 82 | 0 | 2 | 2E | 6 | 3A | 4F | 49 |
| Octal | 360 | 354 | 202 | 0 | 2 | 56 | 6 | 72 | 117 | 111 |
| Binary | 11110000 | 11101100 | 10000010 | 0 | 10 | 101110 | 110 | 111010 | 1001111 | 1001001 |
Color Harmonies of #F0EC82
Complementary color
Monochromatic Colors of #F0EC82
Black with #F0EC82
Text Example
Text Example
White with #F0EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC82; }
p { color: rgb(240,236,130); }
H1.HeaderClassName
{
color: #F0EC82;
}
.AnyTagClassName
{
color: #F0EC82;
}
</style>
background-color css
<style>
a { background-color: #F0EC82; }
a { background-color: rgb(240,236,130); }
div.DivClassName
{
background-color: #F0EC82;
}
.BgClassName
{
background-color: #F0EC82;
}
</style>
border-color css
<style>
span { border-color: #F0EC82; }
span { border-color: rgb(240,236,130); }
td.TdClassName
{
border-color: #F0EC82;
}
.TagClassName
{
border-color: #F0EC82;
}
</style>