Shades of Texas #F3EC80
Tints of Texas #F3EC80
RGB
CMYK
RGB Variations
Color information
#F3EC80 (or 0xF3EC80) is known color: Texas. HEX triplet: F3, EC and 80. RGB value is (243,236,128). Sum of RGB (Red+Green+Blue) = 243+236+128=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EC80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EC80 is #0C137F. Grayscale: #E2E2E2. Windows color (decimal): -791424 or 8449267. OLE color: 8449267.
HSL color Cylindrical-coordinate representation of color #F3EC80: hue angle of 56.35º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3EC80 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 128 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.05 |
| HSL | 56.35º | 0.83% | 0.73% | - |
| HSV(B) | 56.35º | 0.47% | 0.95% | - |
| XYZ | 70.85 | 80.6 | 32.25 | - |
| YUV | 225.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 128 | 0 | 0.03 | 0.47 | 0.05 | 56.35 | 0.83 | 0.73 |
| Hex | F3 | EC | 80 | 0 | 3 | 2F | 5 | 38 | 53 | 49 |
| Octal | 363 | 354 | 200 | 0 | 3 | 57 | 5 | 70 | 123 | 111 |
| Binary | 11110011 | 11101100 | 10000000 | 0 | 11 | 101111 | 101 | 111000 | 1010011 | 1001001 |
Color Harmonies of #F3EC80
Complementary color
Monochromatic Colors of #F3EC80
Black with #F3EC80
Text Example
Text Example
White with #F3EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EC80; }
p { color: rgb(243,236,128); }
H1.HeaderClassName
{
color: #F3EC80;
}
.AnyTagClassName
{
color: #F3EC80;
}
</style>
background-color css
<style>
a { background-color: #F3EC80; }
a { background-color: rgb(243,236,128); }
div.DivClassName
{
background-color: #F3EC80;
}
.BgClassName
{
background-color: #F3EC80;
}
</style>
border-color css
<style>
span { border-color: #F3EC80; }
span { border-color: rgb(243,236,128); }
td.TdClassName
{
border-color: #F3EC80;
}
.TagClassName
{
border-color: #F3EC80;
}
</style>