Shades of Texas #F2EF80
Tints of Texas #F2EF80
RGB
CMYK
RGB Variations
Color information
#F2EF80 (or 0xF2EF80) is known color: Texas. HEX triplet: F2, EF and 80. RGB value is (242,239,128). Sum of RGB (Red+Green+Blue) = 242+239+128=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF80 is #0D107F. Grayscale: #E3E3E3. Windows color (decimal): -856192 or 8450034. OLE color: 8450034.
HSL color Cylindrical-coordinate representation of color #F2EF80: hue angle of 58.42º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2EF80 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 128 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.05 |
| HSL | 58.42º | 0.81% | 0.73% | - |
| HSV(B) | 58.42º | 0.47% | 0.95% | - |
| XYZ | 71.38 | 82.17 | 32.52 | - |
| YUV | 227.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 128 | 0 | 0.01 | 0.47 | 0.05 | 58.42 | 0.81 | 0.73 |
| Hex | F2 | EF | 80 | 0 | 1 | 2F | 5 | 3A | 51 | 49 |
| Octal | 362 | 357 | 200 | 0 | 1 | 57 | 5 | 72 | 121 | 111 |
| Binary | 11110010 | 11101111 | 10000000 | 0 | 1 | 101111 | 101 | 111010 | 1010001 | 1001001 |
Color Harmonies of #F2EF80
Complementary color
Monochromatic Colors of #F2EF80
Black with #F2EF80
Text Example
Text Example
White with #F2EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF80; }
p { color: rgb(242,239,128); }
H1.HeaderClassName
{
color: #F2EF80;
}
.AnyTagClassName
{
color: #F2EF80;
}
</style>
background-color css
<style>
a { background-color: #F2EF80; }
a { background-color: rgb(242,239,128); }
div.DivClassName
{
background-color: #F2EF80;
}
.BgClassName
{
background-color: #F2EF80;
}
</style>
border-color css
<style>
span { border-color: #F2EF80; }
span { border-color: rgb(242,239,128); }
td.TdClassName
{
border-color: #F2EF80;
}
.TagClassName
{
border-color: #F2EF80;
}
</style>