Shades of Texas #F4EC7D
Tints of Texas #F4EC7D
RGB
CMYK
RGB Variations
Color information
#F4EC7D (or 0xF4EC7D) is known color: Texas. HEX triplet: F4, EC and 7D. RGB value is (244,236,125). Sum of RGB (Red+Green+Blue) = 244+236+125=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4EC7D is #0B1382. Grayscale: #E2E2E2. Windows color (decimal): -725891 or 8252660. OLE color: 8252660.
HSL color Cylindrical-coordinate representation of color #F4EC7D: hue angle of 55.97º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4EC7D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 125 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.04 |
| HSL | 55.97º | 0.84% | 0.72% | - |
| HSV(B) | 55.97º | 0.49% | 0.96% | - |
| XYZ | 71.01 | 80.7 | 31.24 | - |
| YUV | 225.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 125 | 0 | 0.03 | 0.49 | 0.04 | 55.97 | 0.84 | 0.72 |
| Hex | F4 | EC | 7D | 0 | 3 | 31 | 4 | 38 | 54 | 48 |
| Octal | 364 | 354 | 175 | 0 | 3 | 61 | 4 | 70 | 124 | 110 |
| Binary | 11110100 | 11101100 | 1111101 | 0 | 11 | 110001 | 100 | 111000 | 1010100 | 1001000 |
Color Harmonies of #F4EC7D
Complementary color
Monochromatic Colors of #F4EC7D
Black with #F4EC7D
Text Example
Text Example
White with #F4EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC7D; }
p { color: rgb(244,236,125); }
H1.HeaderClassName
{
color: #F4EC7D;
}
.AnyTagClassName
{
color: #F4EC7D;
}
</style>
background-color css
<style>
a { background-color: #F4EC7D; }
a { background-color: rgb(244,236,125); }
div.DivClassName
{
background-color: #F4EC7D;
}
.BgClassName
{
background-color: #F4EC7D;
}
</style>
border-color css
<style>
span { border-color: #F4EC7D; }
span { border-color: rgb(244,236,125); }
td.TdClassName
{
border-color: #F4EC7D;
}
.TagClassName
{
border-color: #F4EC7D;
}
</style>