Shades of Texas #F5EC81
Tints of Texas #F5EC81
RGB
CMYK
RGB Variations
Color information
#F5EC81 (or 0xF5EC81) is known color: Texas. HEX triplet: F5, EC and 81. RGB value is (245,236,129). Sum of RGB (Red+Green+Blue) = 245+236+129=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 129 (50.78% from 255 or 21.15% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EC81 is #0A137E. Grayscale: #E2E2E2. Windows color (decimal): -660351 or 8514805. OLE color: 8514805.
HSL color Cylindrical-coordinate representation of color #F5EC81: hue angle of 55.34º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5EC81 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 129 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.04 |
| HSL | 55.34º | 0.85% | 0.73% | - |
| HSV(B) | 55.34º | 0.47% | 0.96% | - |
| XYZ | 71.61 | 80.99 | 32.63 | - |
| YUV | 226.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 129 | 0 | 0.04 | 0.47 | 0.04 | 55.34 | 0.85 | 0.73 |
| Hex | F5 | EC | 81 | 0 | 4 | 2F | 4 | 37 | 55 | 49 |
| Octal | 365 | 354 | 201 | 0 | 4 | 57 | 4 | 67 | 125 | 111 |
| Binary | 11110101 | 11101100 | 10000001 | 0 | 100 | 101111 | 100 | 110111 | 1010101 | 1001001 |
Color Harmonies of #F5EC81
Complementary color
Monochromatic Colors of #F5EC81
Black with #F5EC81
Text Example
Text Example
White with #F5EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC81; }
p { color: rgb(245,236,129); }
H1.HeaderClassName
{
color: #F5EC81;
}
.AnyTagClassName
{
color: #F5EC81;
}
</style>
background-color css
<style>
a { background-color: #F5EC81; }
a { background-color: rgb(245,236,129); }
div.DivClassName
{
background-color: #F5EC81;
}
.BgClassName
{
background-color: #F5EC81;
}
</style>
border-color css
<style>
span { border-color: #F5EC81; }
span { border-color: rgb(245,236,129); }
td.TdClassName
{
border-color: #F5EC81;
}
.TagClassName
{
border-color: #F5EC81;
}
</style>