Shades of Texas #F3E980
Tints of Texas #F3E980
RGB
CMYK
RGB Variations
Color information
#F3E980 (or 0xF3E980) is known color: Texas. HEX triplet: F3, E9 and 80. RGB value is (243,233,128). Sum of RGB (Red+Green+Blue) = 243+233+128=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E980 is #0C167F. Grayscale: #E0E0E0. Windows color (decimal): -792192 or 8448499. OLE color: 8448499.
HSL color Cylindrical-coordinate representation of color #F3E980: hue angle of 54.78º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3E980 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 233 | 128 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.05 |
| HSL | 54.78º | 0.83% | 0.73% | - |
| HSV(B) | 54.78º | 0.47% | 0.95% | - |
| XYZ | 70 | 78.89 | 31.96 | - |
| YUV | 224.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 233 | 128 | 0 | 0.04 | 0.47 | 0.05 | 54.78 | 0.83 | 0.73 |
| Hex | F3 | E9 | 80 | 0 | 4 | 2F | 5 | 37 | 53 | 49 |
| Octal | 363 | 351 | 200 | 0 | 4 | 57 | 5 | 67 | 123 | 111 |
| Binary | 11110011 | 11101001 | 10000000 | 0 | 100 | 101111 | 101 | 110111 | 1010011 | 1001001 |
Color Harmonies of #F3E980
Complementary color
Monochromatic Colors of #F3E980
Black with #F3E980
Text Example
Text Example
White with #F3E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E980; }
p { color: rgb(243,233,128); }
H1.HeaderClassName
{
color: #F3E980;
}
.AnyTagClassName
{
color: #F3E980;
}
</style>
background-color css
<style>
a { background-color: #F3E980; }
a { background-color: rgb(243,233,128); }
div.DivClassName
{
background-color: #F3E980;
}
.BgClassName
{
background-color: #F3E980;
}
</style>
border-color css
<style>
span { border-color: #F3E980; }
span { border-color: rgb(243,233,128); }
td.TdClassName
{
border-color: #F3E980;
}
.TagClassName
{
border-color: #F3E980;
}
</style>