Shades of Texas #F5E980
Tints of Texas #F5E980
RGB
CMYK
RGB Variations
Color information
#F5E980 (or 0xF5E980) is known color: Texas. HEX triplet: F5, E9 and 80. RGB value is (245,233,128). Sum of RGB (Red+Green+Blue) = 245+233+128=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E980 is #0A167F. Grayscale: #E1E1E1. Windows color (decimal): -661120 or 8448501. OLE color: 8448501.
HSL color Cylindrical-coordinate representation of color #F5E980: hue angle of 53.85º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5E980 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 128 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.04 |
| HSL | 53.85º | 0.85% | 0.73% | - |
| HSV(B) | 53.85º | 0.48% | 0.96% | - |
| XYZ | 70.69 | 79.25 | 31.99 | - |
| YUV | 224.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 128 | 0 | 0.05 | 0.48 | 0.04 | 53.85 | 0.85 | 0.73 |
| Hex | F5 | E9 | 80 | 0 | 5 | 30 | 4 | 36 | 55 | 49 |
| Octal | 365 | 351 | 200 | 0 | 5 | 60 | 4 | 66 | 125 | 111 |
| Binary | 11110101 | 11101001 | 10000000 | 0 | 101 | 110000 | 100 | 110110 | 1010101 | 1001001 |
Color Harmonies of #F5E980
Complementary color
Monochromatic Colors of #F5E980
Black with #F5E980
Text Example
Text Example
White with #F5E980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E980; }
p { color: rgb(245,233,128); }
H1.HeaderClassName
{
color: #F5E980;
}
.AnyTagClassName
{
color: #F5E980;
}
</style>
background-color css
<style>
a { background-color: #F5E980; }
a { background-color: rgb(245,233,128); }
div.DivClassName
{
background-color: #F5E980;
}
.BgClassName
{
background-color: #F5E980;
}
</style>
border-color css
<style>
span { border-color: #F5E980; }
span { border-color: rgb(245,233,128); }
td.TdClassName
{
border-color: #F5E980;
}
.TagClassName
{
border-color: #F5E980;
}
</style>