Shades of Texas #F1E783
Tints of Texas #F1E783
RGB
CMYK
RGB Variations
Color information
#F1E783 (or 0xF1E783) is known color: Texas. HEX triplet: F1, E7 and 83. RGB value is (241,231,131). Sum of RGB (Red+Green+Blue) = 241+231+131=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 131 (51.56% from 255 or 21.72% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E783 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1E783 is #0E187C. Grayscale: #DEDEDE. Windows color (decimal): -923773 or 8644593. OLE color: 8644593.
HSL color Cylindrical-coordinate representation of color #F1E783: hue angle of 54.55º 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 #F1E783 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 231 | 131 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.05 |
| HSL | 54.55º | 0.8% | 0.73% | - |
| HSV(B) | 54.55º | 0.46% | 0.95% | - |
| XYZ | 68.95 | 77.49 | 32.8 | - |
| YUV | 222.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 231 | 131 | 0 | 0.04 | 0.46 | 0.05 | 54.55 | 0.8 | 0.73 |
| Hex | F1 | E7 | 83 | 0 | 4 | 2E | 5 | 37 | 50 | 49 |
| Octal | 361 | 347 | 203 | 0 | 4 | 56 | 5 | 67 | 120 | 111 |
| Binary | 11110001 | 11100111 | 10000011 | 0 | 100 | 101110 | 101 | 110111 | 1010000 | 1001001 |
Color Harmonies of #F1E783
Complementary color
Monochromatic Colors of #F1E783
Black with #F1E783
Text Example
Text Example
White with #F1E783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E783; }
p { color: rgb(241,231,131); }
H1.HeaderClassName
{
color: #F1E783;
}
.AnyTagClassName
{
color: #F1E783;
}
</style>
background-color css
<style>
a { background-color: #F1E783; }
a { background-color: rgb(241,231,131); }
div.DivClassName
{
background-color: #F1E783;
}
.BgClassName
{
background-color: #F1E783;
}
</style>
border-color css
<style>
span { border-color: #F1E783; }
span { border-color: rgb(241,231,131); }
td.TdClassName
{
border-color: #F1E783;
}
.TagClassName
{
border-color: #F1E783;
}
</style>