Shades of Texas #F0EC7F
Tints of Texas #F0EC7F
RGB
CMYK
RGB Variations
Color information
#F0EC7F (or 0xF0EC7F) is known color: Texas. HEX triplet: F0, EC and 7F. RGB value is (240,236,127). Sum of RGB (Red+Green+Blue) = 240+236+127=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 127 (50% from 255 or 21.06% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EC7F is #0F1380. Grayscale: #E1E1E1. Windows color (decimal): -988033 or 8383728. OLE color: 8383728.
HSL color Cylindrical-coordinate representation of color #F0EC7F: hue angle of 57.88º 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 #F0EC7F is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 127 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.06 |
| HSL | 57.88º | 0.79% | 0.72% | - |
| HSV(B) | 57.88º | 0.47% | 0.94% | - |
| XYZ | 69.76 | 80.05 | 31.85 | - |
| YUV | 224.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 127 | 0 | 0.02 | 0.47 | 0.06 | 57.88 | 0.79 | 0.72 |
| Hex | F0 | EC | 7F | 0 | 2 | 2F | 6 | 3A | 4F | 48 |
| Octal | 360 | 354 | 177 | 0 | 2 | 57 | 6 | 72 | 117 | 110 |
| Binary | 11110000 | 11101100 | 1111111 | 0 | 10 | 101111 | 110 | 111010 | 1001111 | 1001000 |
Color Harmonies of #F0EC7F
Complementary color
Monochromatic Colors of #F0EC7F
Black with #F0EC7F
Text Example
Text Example
White with #F0EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC7F; }
p { color: rgb(240,236,127); }
H1.HeaderClassName
{
color: #F0EC7F;
}
.AnyTagClassName
{
color: #F0EC7F;
}
</style>
background-color css
<style>
a { background-color: #F0EC7F; }
a { background-color: rgb(240,236,127); }
div.DivClassName
{
background-color: #F0EC7F;
}
.BgClassName
{
background-color: #F0EC7F;
}
</style>
border-color css
<style>
span { border-color: #F0EC7F; }
span { border-color: rgb(240,236,127); }
td.TdClassName
{
border-color: #F0EC7F;
}
.TagClassName
{
border-color: #F0EC7F;
}
</style>