Shades of Texas #F2EA79
Tints of Texas #F2EA79
RGB
CMYK
RGB Variations
Color information
#F2EA79 (or 0xF2EA79) is known color: Texas. HEX triplet: F2, EA and 79. RGB value is (242,234,121). Sum of RGB (Red+Green+Blue) = 242+234+121=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 121 (47.66% from 255 or 20.27% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EA79 is #0D1586. Grayscale: #DFDFDF. Windows color (decimal): -857479 or 7990002. OLE color: 7990002.
HSL color Cylindrical-coordinate representation of color #F2EA79: hue angle of 56.03º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2EA79 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 121 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.05 |
| HSL | 56.03º | 0.82% | 0.71% | - |
| HSV(B) | 56.03º | 0.5% | 0.95% | - |
| XYZ | 69.49 | 79.1 | 29.7 | - |
| YUV | 223.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 121 | 0 | 0.03 | 0.50 | 0.05 | 56.03 | 0.82 | 0.71 |
| Hex | F2 | EA | 79 | 0 | 3 | 32 | 5 | 38 | 52 | 47 |
| Octal | 362 | 352 | 171 | 0 | 3 | 62 | 5 | 70 | 122 | 107 |
| Binary | 11110010 | 11101010 | 1111001 | 0 | 11 | 110010 | 101 | 111000 | 1010010 | 1000111 |
Color Harmonies of #F2EA79
Complementary color
Monochromatic Colors of #F2EA79
Black with #F2EA79
Text Example
Text Example
White with #F2EA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA79; }
p { color: rgb(242,234,121); }
H1.HeaderClassName
{
color: #F2EA79;
}
.AnyTagClassName
{
color: #F2EA79;
}
</style>
background-color css
<style>
a { background-color: #F2EA79; }
a { background-color: rgb(242,234,121); }
div.DivClassName
{
background-color: #F2EA79;
}
.BgClassName
{
background-color: #F2EA79;
}
</style>
border-color css
<style>
span { border-color: #F2EA79; }
span { border-color: rgb(242,234,121); }
td.TdClassName
{
border-color: #F2EA79;
}
.TagClassName
{
border-color: #F2EA79;
}
</style>