Shades of Texas #F8EC81
Tints of Texas #F8EC81
RGB
CMYK
RGB Variations
Color information
#F8EC81 (or 0xF8EC81) is known color: Texas. HEX triplet: F8, EC and 81. RGB value is (248,236,129). Sum of RGB (Red+Green+Blue) = 248+236+129=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 129 (50.78% from 255 or 21.04% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EC81 is #07137E. Grayscale: #E3E3E3. Windows color (decimal): -463743 or 8514808. OLE color: 8514808.
HSL color Cylindrical-coordinate representation of color #F8EC81: hue angle of 53.95º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8EC81 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 129 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.03 |
| HSL | 53.95º | 0.89% | 0.74% | - |
| HSV(B) | 53.95º | 0.48% | 0.97% | - |
| XYZ | 72.67 | 81.53 | 32.68 | - |
| YUV | 227.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 129 | 0 | 0.05 | 0.48 | 0.03 | 53.95 | 0.89 | 0.74 |
| Hex | F8 | EC | 81 | 0 | 5 | 30 | 3 | 36 | 59 | 4A |
| Octal | 370 | 354 | 201 | 0 | 5 | 60 | 3 | 66 | 131 | 112 |
| Binary | 11111000 | 11101100 | 10000001 | 0 | 101 | 110000 | 11 | 110110 | 1011001 | 1001010 |
Color Harmonies of #F8EC81
Complementary color
Monochromatic Colors of #F8EC81
Black with #F8EC81
Text Example
Text Example
White with #F8EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC81; }
p { color: rgb(248,236,129); }
H1.HeaderClassName
{
color: #F8EC81;
}
.AnyTagClassName
{
color: #F8EC81;
}
</style>
background-color css
<style>
a { background-color: #F8EC81; }
a { background-color: rgb(248,236,129); }
div.DivClassName
{
background-color: #F8EC81;
}
.BgClassName
{
background-color: #F8EC81;
}
</style>
border-color css
<style>
span { border-color: #F8EC81; }
span { border-color: rgb(248,236,129); }
td.TdClassName
{
border-color: #F8EC81;
}
.TagClassName
{
border-color: #F8EC81;
}
</style>