Shades of Texas #F2EF83
Tints of Texas #F2EF83
RGB
CMYK
RGB Variations
Color information
#F2EF83 (or 0xF2EF83) is known color: Texas. HEX triplet: F2, EF and 83. RGB value is (242,239,131). Sum of RGB (Red+Green+Blue) = 242+239+131=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF83 is #0D107C. Grayscale: #E4E4E4. Windows color (decimal): -856189 or 8646642. OLE color: 8646642.
HSL color Cylindrical-coordinate representation of color #F2EF83: hue angle of 58.38º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2EF83 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 131 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.05 |
| HSL | 58.38º | 0.81% | 0.73% | - |
| HSV(B) | 58.38º | 0.46% | 0.95% | - |
| XYZ | 71.58 | 82.25 | 33.58 | - |
| YUV | 227.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 131 | 0 | 0.01 | 0.46 | 0.05 | 58.38 | 0.81 | 0.73 |
| Hex | F2 | EF | 83 | 0 | 1 | 2E | 5 | 3A | 51 | 49 |
| Octal | 362 | 357 | 203 | 0 | 1 | 56 | 5 | 72 | 121 | 111 |
| Binary | 11110010 | 11101111 | 10000011 | 0 | 1 | 101110 | 101 | 111010 | 1010001 | 1001001 |
Color Harmonies of #F2EF83
Complementary color
Monochromatic Colors of #F2EF83
Black with #F2EF83
Text Example
Text Example
White with #F2EF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF83; }
p { color: rgb(242,239,131); }
H1.HeaderClassName
{
color: #F2EF83;
}
.AnyTagClassName
{
color: #F2EF83;
}
</style>
background-color css
<style>
a { background-color: #F2EF83; }
a { background-color: rgb(242,239,131); }
div.DivClassName
{
background-color: #F2EF83;
}
.BgClassName
{
background-color: #F2EF83;
}
</style>
border-color css
<style>
span { border-color: #F2EF83; }
span { border-color: rgb(242,239,131); }
td.TdClassName
{
border-color: #F2EF83;
}
.TagClassName
{
border-color: #F2EF83;
}
</style>