Shades of Texas #F5EC7E
Tints of Texas #F5EC7E
RGB
CMYK
RGB Variations
Color information
#F5EC7E (or 0xF5EC7E) is known color: Texas. HEX triplet: F5, EC and 7E. RGB value is (245,236,126). Sum of RGB (Red+Green+Blue) = 245+236+126=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5EC7E is #0A1381. Grayscale: #E2E2E2. Windows color (decimal): -660354 or 8318197. OLE color: 8318197.
HSL color Cylindrical-coordinate representation of color #F5EC7E: hue angle of 55.46º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5EC7E is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 126 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.04 |
| HSL | 55.46º | 0.86% | 0.73% | - |
| HSV(B) | 55.46º | 0.49% | 0.96% | - |
| XYZ | 71.42 | 80.91 | 31.59 | - |
| YUV | 226.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 126 | 0 | 0.04 | 0.49 | 0.04 | 55.46 | 0.86 | 0.73 |
| Hex | F5 | EC | 7E | 0 | 4 | 31 | 4 | 37 | 56 | 49 |
| Octal | 365 | 354 | 176 | 0 | 4 | 61 | 4 | 67 | 126 | 111 |
| Binary | 11110101 | 11101100 | 1111110 | 0 | 100 | 110001 | 100 | 110111 | 1010110 | 1001001 |
Color Harmonies of #F5EC7E
Complementary color
Monochromatic Colors of #F5EC7E
Black with #F5EC7E
Text Example
Text Example
White with #F5EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC7E; }
p { color: rgb(245,236,126); }
H1.HeaderClassName
{
color: #F5EC7E;
}
.AnyTagClassName
{
color: #F5EC7E;
}
</style>
background-color css
<style>
a { background-color: #F5EC7E; }
a { background-color: rgb(245,236,126); }
div.DivClassName
{
background-color: #F5EC7E;
}
.BgClassName
{
background-color: #F5EC7E;
}
</style>
border-color css
<style>
span { border-color: #F5EC7E; }
span { border-color: rgb(245,236,126); }
td.TdClassName
{
border-color: #F5EC7E;
}
.TagClassName
{
border-color: #F5EC7E;
}
</style>