Shades of Texas #F2F082
Tints of Texas #F2F082
RGB
CMYK
RGB Variations
Color information
#F2F082 (or 0xF2F082) is known color: Texas. HEX triplet: F2, F0 and 82. RGB value is (242,240,130). Sum of RGB (Red+Green+Blue) = 242+240+130=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F082 is #0D0F7D. Grayscale: #E4E4E4. Windows color (decimal): -855934 or 8581362. OLE color: 8581362.
HSL color Cylindrical-coordinate representation of color #F2F082: hue angle of 58.93º 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 #F2F082 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 130 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.05 |
| HSL | 58.93º | 0.81% | 0.73% | - |
| HSV(B) | 58.93º | 0.46% | 0.95% | - |
| XYZ | 71.81 | 82.81 | 33.32 | - |
| YUV | 228.06 | 72.66 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 130 | 0 | 0.01 | 0.46 | 0.05 | 58.93 | 0.81 | 0.73 |
| Hex | F2 | F0 | 82 | 0 | 1 | 2E | 5 | 3B | 51 | 49 |
| Octal | 362 | 360 | 202 | 0 | 1 | 56 | 5 | 73 | 121 | 111 |
| Binary | 11110010 | 11110000 | 10000010 | 0 | 1 | 101110 | 101 | 111011 | 1010001 | 1001001 |
Color Harmonies of #F2F082
Complementary color
Monochromatic Colors of #F2F082
Black with #F2F082
Text Example
Text Example
White with #F2F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F082; }
p { color: rgb(242,240,130); }
H1.HeaderClassName
{
color: #F2F082;
}
.AnyTagClassName
{
color: #F2F082;
}
</style>
background-color css
<style>
a { background-color: #F2F082; }
a { background-color: rgb(242,240,130); }
div.DivClassName
{
background-color: #F2F082;
}
.BgClassName
{
background-color: #F2F082;
}
</style>
border-color css
<style>
span { border-color: #F2F082; }
span { border-color: rgb(242,240,130); }
td.TdClassName
{
border-color: #F2F082;
}
.TagClassName
{
border-color: #F2F082;
}
</style>