Shades of Texas #F0EE83
Tints of Texas #F0EE83
RGB
CMYK
RGB Variations
Color information
#F0EE83 (or 0xF0EE83) is known color: Texas. HEX triplet: F0, EE and 83. RGB value is (240,238,131). Sum of RGB (Red+Green+Blue) = 240+238+131=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 131 (51.56% from 255 or 21.51% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EE83 is #0F117C. Grayscale: #E2E2E2. Windows color (decimal): -987517 or 8646384. OLE color: 8646384.
HSL color Cylindrical-coordinate representation of color #F0EE83: hue angle of 58.9º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0EE83 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 131 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.06 |
| HSL | 58.9º | 0.78% | 0.73% | - |
| HSV(B) | 58.9º | 0.45% | 0.94% | - |
| XYZ | 70.61 | 81.31 | 33.45 | - |
| YUV | 226.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 131 | 0 | 0.01 | 0.45 | 0.06 | 58.9 | 0.78 | 0.73 |
| Hex | F0 | EE | 83 | 0 | 1 | 2D | 6 | 3B | 4E | 49 |
| Octal | 360 | 356 | 203 | 0 | 1 | 55 | 6 | 73 | 116 | 111 |
| Binary | 11110000 | 11101110 | 10000011 | 0 | 1 | 101101 | 110 | 111011 | 1001110 | 1001001 |
Color Harmonies of #F0EE83
Complementary color
Monochromatic Colors of #F0EE83
Black with #F0EE83
Text Example
Text Example
White with #F0EE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EE83; }
p { color: rgb(240,238,131); }
H1.HeaderClassName
{
color: #F0EE83;
}
.AnyTagClassName
{
color: #F0EE83;
}
</style>
background-color css
<style>
a { background-color: #F0EE83; }
a { background-color: rgb(240,238,131); }
div.DivClassName
{
background-color: #F0EE83;
}
.BgClassName
{
background-color: #F0EE83;
}
</style>
border-color css
<style>
span { border-color: #F0EE83; }
span { border-color: rgb(240,238,131); }
td.TdClassName
{
border-color: #F0EE83;
}
.TagClassName
{
border-color: #F0EE83;
}
</style>