Shades of Texas #F5EA82
Tints of Texas #F5EA82
RGB
CMYK
RGB Variations
Color information
#F5EA82 (or 0xF5EA82) is known color: Texas. HEX triplet: F5, EA and 82. RGB value is (245,234,130). Sum of RGB (Red+Green+Blue) = 245+234+130=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 130 (51.17% from 255 or 21.35% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA82 is #0A157D. Grayscale: #E1E1E1. Windows color (decimal): -660862 or 8579829. OLE color: 8579829.
HSL color Cylindrical-coordinate representation of color #F5EA82: hue angle of 54.26º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5EA82 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 130 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.04 |
| HSL | 54.26º | 0.85% | 0.74% | - |
| HSV(B) | 54.26º | 0.47% | 0.96% | - |
| XYZ | 71.11 | 79.87 | 32.79 | - |
| YUV | 225.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 130 | 0 | 0.04 | 0.47 | 0.04 | 54.26 | 0.85 | 0.74 |
| Hex | F5 | EA | 82 | 0 | 4 | 2F | 4 | 36 | 55 | 4A |
| Octal | 365 | 352 | 202 | 0 | 4 | 57 | 4 | 66 | 125 | 112 |
| Binary | 11110101 | 11101010 | 10000010 | 0 | 100 | 101111 | 100 | 110110 | 1010101 | 1001010 |
Color Harmonies of #F5EA82
Complementary color
Monochromatic Colors of #F5EA82
Black with #F5EA82
Text Example
Text Example
White with #F5EA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA82; }
p { color: rgb(245,234,130); }
H1.HeaderClassName
{
color: #F5EA82;
}
.AnyTagClassName
{
color: #F5EA82;
}
</style>
background-color css
<style>
a { background-color: #F5EA82; }
a { background-color: rgb(245,234,130); }
div.DivClassName
{
background-color: #F5EA82;
}
.BgClassName
{
background-color: #F5EA82;
}
</style>
border-color css
<style>
span { border-color: #F5EA82; }
span { border-color: rgb(245,234,130); }
td.TdClassName
{
border-color: #F5EA82;
}
.TagClassName
{
border-color: #F5EA82;
}
</style>