Shades of Texas #F2F183
Tints of Texas #F2F183
RGB
CMYK
RGB Variations
Color information
#F2F183 (or 0xF2F183) is known color: Texas. HEX triplet: F2, F1 and 83. RGB value is (242,241,131). Sum of RGB (Red+Green+Blue) = 242+241+131=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F183 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F183 is #0D0E7C. Grayscale: #E5E5E5. Windows color (decimal): -855677 or 8647154. OLE color: 8647154.
HSL color Cylindrical-coordinate representation of color #F2F183: hue angle of 59.46º 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 #F2F183 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 131 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.05 |
| HSL | 59.46º | 0.81% | 0.73% | - |
| HSV(B) | 59.46º | 0.46% | 0.95% | - |
| XYZ | 72.17 | 83.43 | 33.77 | - |
| YUV | 228.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 131 | 0 | 0.00 | 0.46 | 0.05 | 59.46 | 0.81 | 0.73 |
| Hex | F2 | F1 | 83 | 0 | 0 | 2E | 5 | 3B | 51 | 49 |
| Octal | 362 | 361 | 203 | 0 | 0 | 56 | 5 | 73 | 121 | 111 |
| Binary | 11110010 | 11110001 | 10000011 | 0 | 0 | 101110 | 101 | 111011 | 1010001 | 1001001 |
Color Harmonies of #F2F183
Complementary color
Monochromatic Colors of #F2F183
Black with #F2F183
Text Example
Text Example
White with #F2F183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F183; }
p { color: rgb(242,241,131); }
H1.HeaderClassName
{
color: #F2F183;
}
.AnyTagClassName
{
color: #F2F183;
}
</style>
background-color css
<style>
a { background-color: #F2F183; }
a { background-color: rgb(242,241,131); }
div.DivClassName
{
background-color: #F2F183;
}
.BgClassName
{
background-color: #F2F183;
}
</style>
border-color css
<style>
span { border-color: #F2F183; }
span { border-color: rgb(242,241,131); }
td.TdClassName
{
border-color: #F2F183;
}
.TagClassName
{
border-color: #F2F183;
}
</style>