Shades of Texas #F2F084
Tints of Texas #F2F084
RGB
CMYK
RGB Variations
Color information
#F2F084 (or 0xF2F084) is known color: Texas. HEX triplet: F2, F0 and 84. RGB value is (242,240,132). Sum of RGB (Red+Green+Blue) = 242+240+132=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 132 (51.95% from 255 or 21.50% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F084 is #0D0F7B. Grayscale: #E4E4E4. Windows color (decimal): -855932 or 8712434. OLE color: 8712434.
HSL color Cylindrical-coordinate representation of color #F2F084: hue angle of 58.91º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2F084 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 132 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.05 |
| HSL | 58.91º | 0.81% | 0.73% | - |
| HSV(B) | 58.91º | 0.45% | 0.95% | - |
| XYZ | 71.94 | 82.86 | 34.03 | - |
| YUV | 228.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 132 | 0 | 0.01 | 0.45 | 0.05 | 58.91 | 0.81 | 0.73 |
| Hex | F2 | F0 | 84 | 0 | 1 | 2D | 5 | 3B | 51 | 49 |
| Octal | 362 | 360 | 204 | 0 | 1 | 55 | 5 | 73 | 121 | 111 |
| Binary | 11110010 | 11110000 | 10000100 | 0 | 1 | 101101 | 101 | 111011 | 1010001 | 1001001 |
Color Harmonies of #F2F084
Complementary color
Monochromatic Colors of #F2F084
Black with #F2F084
Text Example
Text Example
White with #F2F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F084; }
p { color: rgb(242,240,132); }
H1.HeaderClassName
{
color: #F2F084;
}
.AnyTagClassName
{
color: #F2F084;
}
</style>
background-color css
<style>
a { background-color: #F2F084; }
a { background-color: rgb(242,240,132); }
div.DivClassName
{
background-color: #F2F084;
}
.BgClassName
{
background-color: #F2F084;
}
</style>
border-color css
<style>
span { border-color: #F2F084; }
span { border-color: rgb(242,240,132); }
td.TdClassName
{
border-color: #F2F084;
}
.TagClassName
{
border-color: #F2F084;
}
</style>