Shades of Texas #F5EE80
Tints of Texas #F5EE80
RGB
CMYK
RGB Variations
Color information
#F5EE80 (or 0xF5EE80) is known color: Texas. HEX triplet: F5, EE and 80. RGB value is (245,238,128). Sum of RGB (Red+Green+Blue) = 245+238+128=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE80 is #0A117F. Grayscale: #E4E4E4. Windows color (decimal): -659840 or 8449781. OLE color: 8449781.
HSL color Cylindrical-coordinate representation of color #F5EE80: hue angle of 56.41º 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 #F5EE80 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 238 | 128 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.04 |
| HSL | 56.41º | 0.85% | 0.73% | - |
| HSV(B) | 56.41º | 0.48% | 0.96% | - |
| XYZ | 72.13 | 82.12 | 32.47 | - |
| YUV | 227.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 238 | 128 | 0 | 0.03 | 0.48 | 0.04 | 56.41 | 0.85 | 0.73 |
| Hex | F5 | EE | 80 | 0 | 3 | 30 | 4 | 38 | 55 | 49 |
| Octal | 365 | 356 | 200 | 0 | 3 | 60 | 4 | 70 | 125 | 111 |
| Binary | 11110101 | 11101110 | 10000000 | 0 | 11 | 110000 | 100 | 111000 | 1010101 | 1001001 |
Color Harmonies of #F5EE80
Complementary color
Monochromatic Colors of #F5EE80
Black with #F5EE80
Text Example
Text Example
White with #F5EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EE80; }
p { color: rgb(245,238,128); }
H1.HeaderClassName
{
color: #F5EE80;
}
.AnyTagClassName
{
color: #F5EE80;
}
</style>
background-color css
<style>
a { background-color: #F5EE80; }
a { background-color: rgb(245,238,128); }
div.DivClassName
{
background-color: #F5EE80;
}
.BgClassName
{
background-color: #F5EE80;
}
</style>
border-color css
<style>
span { border-color: #F5EE80; }
span { border-color: rgb(245,238,128); }
td.TdClassName
{
border-color: #F5EE80;
}
.TagClassName
{
border-color: #F5EE80;
}
</style>