Shades of Texas #F5E981
Tints of Texas #F5E981
RGB
CMYK
RGB Variations
Color information
#F5E981 (or 0xF5E981) is known color: Texas. HEX triplet: F5, E9 and 81. RGB value is (245,233,129). Sum of RGB (Red+Green+Blue) = 245+233+129=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E981 is #0A167E. Grayscale: #E1E1E1. Windows color (decimal): -661119 or 8514037. OLE color: 8514037.
HSL color Cylindrical-coordinate representation of color #F5E981: hue angle of 53.79º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E981 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 129 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.04 |
| HSL | 53.79º | 0.85% | 0.73% | - |
| HSV(B) | 53.79º | 0.47% | 0.96% | - |
| XYZ | 70.76 | 79.28 | 32.34 | - |
| YUV | 224.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 129 | 0 | 0.05 | 0.47 | 0.04 | 53.79 | 0.85 | 0.73 |
| Hex | F5 | E9 | 81 | 0 | 5 | 2F | 4 | 36 | 55 | 49 |
| Octal | 365 | 351 | 201 | 0 | 5 | 57 | 4 | 66 | 125 | 111 |
| Binary | 11110101 | 11101001 | 10000001 | 0 | 101 | 101111 | 100 | 110110 | 1010101 | 1001001 |
Color Harmonies of #F5E981
Complementary color
Monochromatic Colors of #F5E981
Black with #F5E981
Text Example
Text Example
White with #F5E981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E981; }
p { color: rgb(245,233,129); }
H1.HeaderClassName
{
color: #F5E981;
}
.AnyTagClassName
{
color: #F5E981;
}
</style>
background-color css
<style>
a { background-color: #F5E981; }
a { background-color: rgb(245,233,129); }
div.DivClassName
{
background-color: #F5E981;
}
.BgClassName
{
background-color: #F5E981;
}
</style>
border-color css
<style>
span { border-color: #F5E981; }
span { border-color: rgb(245,233,129); }
td.TdClassName
{
border-color: #F5E981;
}
.TagClassName
{
border-color: #F5E981;
}
</style>