Shades of Texas #F7ED80
Tints of Texas #F7ED80
RGB
CMYK
RGB Variations
Color information
#F7ED80 (or 0xF7ED80) is known color: Texas. HEX triplet: F7, ED and 80. RGB value is (247,237,128). Sum of RGB (Red+Green+Blue) = 247+237+128=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7ED80 is #08127F. Grayscale: #E4E4E4. Windows color (decimal): -529024 or 8449527. OLE color: 8449527.
HSL color Cylindrical-coordinate representation of color #F7ED80: hue angle of 54.96º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7ED80 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 128 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.03 |
| HSL | 54.96º | 0.88% | 0.74% | - |
| HSV(B) | 54.96º | 0.48% | 0.97% | - |
| XYZ | 72.54 | 81.9 | 32.41 | - |
| YUV | 227.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 128 | 0 | 0.04 | 0.48 | 0.03 | 54.96 | 0.88 | 0.74 |
| Hex | F7 | ED | 80 | 0 | 4 | 30 | 3 | 37 | 58 | 4A |
| Octal | 367 | 355 | 200 | 0 | 4 | 60 | 3 | 67 | 130 | 112 |
| Binary | 11110111 | 11101101 | 10000000 | 0 | 100 | 110000 | 11 | 110111 | 1011000 | 1001010 |
Color Harmonies of #F7ED80
Complementary color
Monochromatic Colors of #F7ED80
Black with #F7ED80
Text Example
Text Example
White with #F7ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED80; }
p { color: rgb(247,237,128); }
H1.HeaderClassName
{
color: #F7ED80;
}
.AnyTagClassName
{
color: #F7ED80;
}
</style>
background-color css
<style>
a { background-color: #F7ED80; }
a { background-color: rgb(247,237,128); }
div.DivClassName
{
background-color: #F7ED80;
}
.BgClassName
{
background-color: #F7ED80;
}
</style>
border-color css
<style>
span { border-color: #F7ED80; }
span { border-color: rgb(247,237,128); }
td.TdClassName
{
border-color: #F7ED80;
}
.TagClassName
{
border-color: #F7ED80;
}
</style>