Shades of Texas #F2F07E
Tints of Texas #F2F07E
RGB
CMYK
RGB Variations
Color information
#F2F07E (or 0xF2F07E) is known color: Texas. HEX triplet: F2, F0 and 7E. RGB value is (242,240,126). Sum of RGB (Red+Green+Blue) = 242+240+126=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 126 (49.61% from 255 or 20.72% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F07E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F07E is #0D0F81. Grayscale: #E4E4E4. Windows color (decimal): -855938 or 8319218. OLE color: 8319218.
HSL color Cylindrical-coordinate representation of color #F2F07E: hue angle of 58.97º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2F07E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 126 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.05 |
| HSL | 58.97º | 0.82% | 0.72% | - |
| HSV(B) | 58.97º | 0.48% | 0.95% | - |
| XYZ | 71.54 | 82.7 | 31.93 | - |
| YUV | 227.6 | 70.66 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 126 | 0 | 0.01 | 0.48 | 0.05 | 58.97 | 0.82 | 0.72 |
| Hex | F2 | F0 | 7E | 0 | 1 | 30 | 5 | 3B | 52 | 48 |
| Octal | 362 | 360 | 176 | 0 | 1 | 60 | 5 | 73 | 122 | 110 |
| Binary | 11110010 | 11110000 | 1111110 | 0 | 1 | 110000 | 101 | 111011 | 1010010 | 1001000 |
Color Harmonies of #F2F07E
Complementary color
Monochromatic Colors of #F2F07E
Black with #F2F07E
Text Example
Text Example
White with #F2F07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F07E; }
p { color: rgb(242,240,126); }
H1.HeaderClassName
{
color: #F2F07E;
}
.AnyTagClassName
{
color: #F2F07E;
}
</style>
background-color css
<style>
a { background-color: #F2F07E; }
a { background-color: rgb(242,240,126); }
div.DivClassName
{
background-color: #F2F07E;
}
.BgClassName
{
background-color: #F2F07E;
}
</style>
border-color css
<style>
span { border-color: #F2F07E; }
span { border-color: rgb(242,240,126); }
td.TdClassName
{
border-color: #F2F07E;
}
.TagClassName
{
border-color: #F2F07E;
}
</style>