Shades of Texas #F0E976
Tints of Texas #F0E976
RGB
CMYK
RGB Variations
Color information
#F0E976 (or 0xF0E976) is known color: Texas. HEX triplet: F0, E9 and 76. RGB value is (240,233,118). Sum of RGB (Red+Green+Blue) = 240+233+118=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E976 is #0F1689. Grayscale: #DEDEDE. Windows color (decimal): -988810 or 7793136. OLE color: 7793136.
HSL color Cylindrical-coordinate representation of color #F0E976: hue angle of 56.56º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0E976 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 118 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.06 |
| HSL | 56.56º | 0.8% | 0.7% | - |
| HSV(B) | 56.56º | 0.51% | 0.94% | - |
| XYZ | 68.34 | 78.11 | 28.61 | - |
| YUV | 221.98 | 69.32 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 118 | 0 | 0.03 | 0.51 | 0.06 | 56.56 | 0.8 | 0.7 |
| Hex | F0 | E9 | 76 | 0 | 3 | 33 | 6 | 39 | 50 | 46 |
| Octal | 360 | 351 | 166 | 0 | 3 | 63 | 6 | 71 | 120 | 106 |
| Binary | 11110000 | 11101001 | 1110110 | 0 | 11 | 110011 | 110 | 111001 | 1010000 | 1000110 |
Color Harmonies of #F0E976
Complementary color
Monochromatic Colors of #F0E976
Black with #F0E976
Text Example
Text Example
White with #F0E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E976; }
p { color: rgb(240,233,118); }
H1.HeaderClassName
{
color: #F0E976;
}
.AnyTagClassName
{
color: #F0E976;
}
</style>
background-color css
<style>
a { background-color: #F0E976; }
a { background-color: rgb(240,233,118); }
div.DivClassName
{
background-color: #F0E976;
}
.BgClassName
{
background-color: #F0E976;
}
</style>
border-color css
<style>
span { border-color: #F0E976; }
span { border-color: rgb(240,233,118); }
td.TdClassName
{
border-color: #F0E976;
}
.TagClassName
{
border-color: #F0E976;
}
</style>