Shades of Texas #F0F07E
Tints of Texas #F0F07E
RGB
CMYK
RGB Variations
Color information
#F0F07E (or 0xF0F07E) is known color: Texas. HEX triplet: F0, F0 and 7E. RGB value is (240,240,126). Sum of RGB (Red+Green+Blue) = 240+240+126=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F07E is #0F0F81. Grayscale: #E3E3E3. Windows color (decimal): -987010 or 8319216. OLE color: 8319216.
HSL color Cylindrical-coordinate representation of color #F0F07E: hue angle of 60º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F07E is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 240 | 126 | - |
| CMYK | 0 | 0 | 0.48 | 0.06 |
| HSL | 60º | 0.79% | 0.72% | - |
| HSV(B) | 60º | 0.48% | 0.94% | - |
| XYZ | 70.86 | 82.35 | 31.9 | - |
| YUV | 227 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 240 | 126 | 0 | 0 | 0.48 | 0.06 | 60 | 0.79 | 0.72 |
| Hex | F0 | F0 | 7E | 0 | 0 | 30 | 6 | 3C | 4F | 48 |
| Octal | 360 | 360 | 176 | 0 | 0 | 60 | 6 | 74 | 117 | 110 |
| Binary | 11110000 | 11110000 | 1111110 | 0 | 0 | 110000 | 110 | 111100 | 1001111 | 1001000 |
Color Harmonies of #F0F07E
Complementary color
Monochromatic Colors of #F0F07E
Black with #F0F07E
Text Example
Text Example
White with #F0F07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F07E; }
p { color: rgb(240,240,126); }
H1.HeaderClassName
{
color: #F0F07E;
}
.AnyTagClassName
{
color: #F0F07E;
}
</style>
background-color css
<style>
a { background-color: #F0F07E; }
a { background-color: rgb(240,240,126); }
div.DivClassName
{
background-color: #F0F07E;
}
.BgClassName
{
background-color: #F0F07E;
}
</style>
border-color css
<style>
span { border-color: #F0F07E; }
span { border-color: rgb(240,240,126); }
td.TdClassName
{
border-color: #F0F07E;
}
.TagClassName
{
border-color: #F0F07E;
}
</style>