Shades of Texas #F3EC7D
Tints of Texas #F3EC7D
RGB
CMYK
RGB Variations
Color information
#F3EC7D (or 0xF3EC7D) is known color: Texas. HEX triplet: F3, EC and 7D. RGB value is (243,236,125). Sum of RGB (Red+Green+Blue) = 243+236+125=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 125 (49.22% from 255 or 20.70% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3EC7D is #0C1382. Grayscale: #E1E1E1. Windows color (decimal): -791427 or 8252659. OLE color: 8252659.
HSL color Cylindrical-coordinate representation of color #F3EC7D: hue angle of 56.44º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F3EC7D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 125 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.05 |
| HSL | 56.44º | 0.83% | 0.72% | - |
| HSV(B) | 56.44º | 0.49% | 0.95% | - |
| XYZ | 70.66 | 80.53 | 31.22 | - |
| YUV | 225.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 125 | 0 | 0.03 | 0.49 | 0.05 | 56.44 | 0.83 | 0.72 |
| Hex | F3 | EC | 7D | 0 | 3 | 31 | 5 | 38 | 53 | 48 |
| Octal | 363 | 354 | 175 | 0 | 3 | 61 | 5 | 70 | 123 | 110 |
| Binary | 11110011 | 11101100 | 1111101 | 0 | 11 | 110001 | 101 | 111000 | 1010011 | 1001000 |
Color Harmonies of #F3EC7D
Complementary color
Monochromatic Colors of #F3EC7D
Black with #F3EC7D
Text Example
Text Example
White with #F3EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EC7D; }
p { color: rgb(243,236,125); }
H1.HeaderClassName
{
color: #F3EC7D;
}
.AnyTagClassName
{
color: #F3EC7D;
}
</style>
background-color css
<style>
a { background-color: #F3EC7D; }
a { background-color: rgb(243,236,125); }
div.DivClassName
{
background-color: #F3EC7D;
}
.BgClassName
{
background-color: #F3EC7D;
}
</style>
border-color css
<style>
span { border-color: #F3EC7D; }
span { border-color: rgb(243,236,125); }
td.TdClassName
{
border-color: #F3EC7D;
}
.TagClassName
{
border-color: #F3EC7D;
}
</style>