Shades of Texas #F2E881
Tints of Texas #F2E881
RGB
CMYK
RGB Variations
Color information
#F2E881 (or 0xF2E881) is known color: Texas. HEX triplet: F2, E8 and 81. RGB value is (242,232,129). Sum of RGB (Red+Green+Blue) = 242+232+129=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E881 is #0D177E. Grayscale: #DFDFDF. Windows color (decimal): -857983 or 8513778. OLE color: 8513778.
HSL color Cylindrical-coordinate representation of color #F2E881: hue angle of 54.69º 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 #F2E881 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 129 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.05 |
| HSL | 54.69º | 0.81% | 0.73% | - |
| HSV(B) | 54.69º | 0.47% | 0.95% | - |
| XYZ | 69.44 | 78.18 | 32.2 | - |
| YUV | 223.25 | 74.81 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 129 | 0 | 0.04 | 0.47 | 0.05 | 54.69 | 0.81 | 0.73 |
| Hex | F2 | E8 | 81 | 0 | 4 | 2F | 5 | 37 | 51 | 49 |
| Octal | 362 | 350 | 201 | 0 | 4 | 57 | 5 | 67 | 121 | 111 |
| Binary | 11110010 | 11101000 | 10000001 | 0 | 100 | 101111 | 101 | 110111 | 1010001 | 1001001 |
Color Harmonies of #F2E881
Complementary color
Monochromatic Colors of #F2E881
Black with #F2E881
Text Example
Text Example
White with #F2E881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E881; }
p { color: rgb(242,232,129); }
H1.HeaderClassName
{
color: #F2E881;
}
.AnyTagClassName
{
color: #F2E881;
}
</style>
background-color css
<style>
a { background-color: #F2E881; }
a { background-color: rgb(242,232,129); }
div.DivClassName
{
background-color: #F2E881;
}
.BgClassName
{
background-color: #F2E881;
}
</style>
border-color css
<style>
span { border-color: #F2E881; }
span { border-color: rgb(242,232,129); }
td.TdClassName
{
border-color: #F2E881;
}
.TagClassName
{
border-color: #F2E881;
}
</style>