Shades of Texas #F1F082
Tints of Texas #F1F082
RGB
CMYK
RGB Variations
Color information
#F1F082 (or 0xF1F082) is known color: Texas. HEX triplet: F1, F0 and 82. RGB value is (241,240,130). Sum of RGB (Red+Green+Blue) = 241+240+130=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F082 is #0E0F7D. Grayscale: #E4E4E4. Windows color (decimal): -921470 or 8581361. OLE color: 8581361.
HSL color Cylindrical-coordinate representation of color #F1F082: hue angle of 59.46º degrees, saturation: 0.8, 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 #F1F082 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 130 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.05 |
| HSL | 59.46º | 0.8% | 0.73% | - |
| HSV(B) | 59.46º | 0.46% | 0.95% | - |
| XYZ | 71.46 | 82.63 | 33.3 | - |
| YUV | 227.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 130 | 0 | 0.00 | 0.46 | 0.05 | 59.46 | 0.8 | 0.73 |
| Hex | F1 | F0 | 82 | 0 | 0 | 2E | 5 | 3B | 50 | 49 |
| Octal | 361 | 360 | 202 | 0 | 0 | 56 | 5 | 73 | 120 | 111 |
| Binary | 11110001 | 11110000 | 10000010 | 0 | 0 | 101110 | 101 | 111011 | 1010000 | 1001001 |
Color Harmonies of #F1F082
Complementary color
Monochromatic Colors of #F1F082
Black with #F1F082
Text Example
Text Example
White with #F1F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F082; }
p { color: rgb(241,240,130); }
H1.HeaderClassName
{
color: #F1F082;
}
.AnyTagClassName
{
color: #F1F082;
}
</style>
background-color css
<style>
a { background-color: #F1F082; }
a { background-color: rgb(241,240,130); }
div.DivClassName
{
background-color: #F1F082;
}
.BgClassName
{
background-color: #F1F082;
}
</style>
border-color css
<style>
span { border-color: #F1F082; }
span { border-color: rgb(241,240,130); }
td.TdClassName
{
border-color: #F1F082;
}
.TagClassName
{
border-color: #F1F082;
}
</style>