Shades of Texas #F0EE82
Tints of Texas #F0EE82
RGB
CMYK
RGB Variations
Color information
#F0EE82 (or 0xF0EE82) is known color: Texas. HEX triplet: F0, EE and 82. RGB value is (240,238,130). Sum of RGB (Red+Green+Blue) = 240+238+130=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 238 (93.36% from 255 or 39.14% from 608); Blue value is 130 (51.17% from 255 or 21.38% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE82 is #0F117D. Grayscale: #E2E2E2. Windows color (decimal): -987518 or 8580848. OLE color: 8580848.
HSL color Cylindrical-coordinate representation of color #F0EE82: hue angle of 58.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0EE82 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 130 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.06 |
| HSL | 58.91º | 0.79% | 0.73% | - |
| HSV(B) | 58.91º | 0.46% | 0.94% | - |
| XYZ | 70.54 | 81.29 | 33.09 | - |
| YUV | 226.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 130 | 0 | 0.01 | 0.46 | 0.06 | 58.91 | 0.79 | 0.73 |
| Hex | F0 | EE | 82 | 0 | 1 | 2E | 6 | 3B | 4F | 49 |
| Octal | 360 | 356 | 202 | 0 | 1 | 56 | 6 | 73 | 117 | 111 |
| Binary | 11110000 | 11101110 | 10000010 | 0 | 1 | 101110 | 110 | 111011 | 1001111 | 1001001 |
Color Harmonies of #F0EE82
Complementary color
Monochromatic Colors of #F0EE82
Black with #F0EE82
Text Example
Text Example
White with #F0EE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE82; }
p { color: rgb(240,238,130); }
H1.HeaderClassName
{
color: #F0EE82;
}
.AnyTagClassName
{
color: #F0EE82;
}
</style>
background-color css
<style>
a { background-color: #F0EE82; }
a { background-color: rgb(240,238,130); }
div.DivClassName
{
background-color: #F0EE82;
}
.BgClassName
{
background-color: #F0EE82;
}
</style>
border-color css
<style>
span { border-color: #F0EE82; }
span { border-color: rgb(240,238,130); }
td.TdClassName
{
border-color: #F0EE82;
}
.TagClassName
{
border-color: #F0EE82;
}
</style>