Shades of Texas #F0EC80
Tints of Texas #F0EC80
RGB
CMYK
RGB Variations
Color information
#F0EC80 (or 0xF0EC80) is known color: Texas. HEX triplet: F0, EC and 80. RGB value is (240,236,128). Sum of RGB (Red+Green+Blue) = 240+236+128=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC80 is #0F137F. Grayscale: #E1E1E1. Windows color (decimal): -988032 or 8449264. OLE color: 8449264.
HSL color Cylindrical-coordinate representation of color #F0EC80: hue angle of 57.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0EC80 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 128 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.06 |
| HSL | 57.86º | 0.79% | 0.72% | - |
| HSV(B) | 57.86º | 0.47% | 0.94% | - |
| XYZ | 69.83 | 80.07 | 32.2 | - |
| YUV | 224.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 128 | 0 | 0.02 | 0.47 | 0.06 | 57.86 | 0.79 | 0.72 |
| Hex | F0 | EC | 80 | 0 | 2 | 2F | 6 | 3A | 4F | 48 |
| Octal | 360 | 354 | 200 | 0 | 2 | 57 | 6 | 72 | 117 | 110 |
| Binary | 11110000 | 11101100 | 10000000 | 0 | 10 | 101111 | 110 | 111010 | 1001111 | 1001000 |
Color Harmonies of #F0EC80
Complementary color
Monochromatic Colors of #F0EC80
Black with #F0EC80
Text Example
Text Example
White with #F0EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC80; }
p { color: rgb(240,236,128); }
H1.HeaderClassName
{
color: #F0EC80;
}
.AnyTagClassName
{
color: #F0EC80;
}
</style>
background-color css
<style>
a { background-color: #F0EC80; }
a { background-color: rgb(240,236,128); }
div.DivClassName
{
background-color: #F0EC80;
}
.BgClassName
{
background-color: #F0EC80;
}
</style>
border-color css
<style>
span { border-color: #F0EC80; }
span { border-color: rgb(240,236,128); }
td.TdClassName
{
border-color: #F0EC80;
}
.TagClassName
{
border-color: #F0EC80;
}
</style>