Shades of Texas #F2F081
Tints of Texas #F2F081
RGB
CMYK
RGB Variations
Color information
#F2F081 (or 0xF2F081) is known color: Texas. HEX triplet: F2, F0 and 81. RGB value is (242,240,129). Sum of RGB (Red+Green+Blue) = 242+240+129=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 129 (50.78% from 255 or 21.11% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F081 is #0D0F7E. Grayscale: #E4E4E4. Windows color (decimal): -855935 or 8515826. OLE color: 8515826.
HSL color Cylindrical-coordinate representation of color #F2F081: hue angle of 58.94º 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 #F2F081 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 129 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.05 |
| HSL | 58.94º | 0.81% | 0.73% | - |
| HSV(B) | 58.94º | 0.47% | 0.95% | - |
| XYZ | 71.74 | 82.78 | 32.97 | - |
| YUV | 227.94 | 72.16 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 129 | 0 | 0.01 | 0.47 | 0.05 | 58.94 | 0.81 | 0.73 |
| Hex | F2 | F0 | 81 | 0 | 1 | 2F | 5 | 3B | 51 | 49 |
| Octal | 362 | 360 | 201 | 0 | 1 | 57 | 5 | 73 | 121 | 111 |
| Binary | 11110010 | 11110000 | 10000001 | 0 | 1 | 101111 | 101 | 111011 | 1010001 | 1001001 |
Color Harmonies of #F2F081
Complementary color
Monochromatic Colors of #F2F081
Black with #F2F081
Text Example
Text Example
White with #F2F081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F081; }
p { color: rgb(242,240,129); }
H1.HeaderClassName
{
color: #F2F081;
}
.AnyTagClassName
{
color: #F2F081;
}
</style>
background-color css
<style>
a { background-color: #F2F081; }
a { background-color: rgb(242,240,129); }
div.DivClassName
{
background-color: #F2F081;
}
.BgClassName
{
background-color: #F2F081;
}
</style>
border-color css
<style>
span { border-color: #F2F081; }
span { border-color: rgb(242,240,129); }
td.TdClassName
{
border-color: #F2F081;
}
.TagClassName
{
border-color: #F2F081;
}
</style>