Shades of Texas #F6E780
Tints of Texas #F6E780
RGB
CMYK
RGB Variations
Color information
#F6E780 (or 0xF6E780) is known color: Texas. HEX triplet: F6, E7 and 80. RGB value is (246,231,128). Sum of RGB (Red+Green+Blue) = 246+231+128=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E780 is #09187F. Grayscale: #E0E0E0. Windows color (decimal): -596096 or 8447990. OLE color: 8447990.
HSL color Cylindrical-coordinate representation of color #F6E780: hue angle of 52.37º degrees, saturation: 0.87, 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 #F6E780 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 231 | 128 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.04 |
| HSL | 52.37º | 0.87% | 0.73% | - |
| HSV(B) | 52.37º | 0.48% | 0.96% | - |
| XYZ | 70.48 | 78.3 | 31.82 | - |
| YUV | 223.74 | 73.97 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 231 | 128 | 0 | 0.06 | 0.48 | 0.04 | 52.37 | 0.87 | 0.73 |
| Hex | F6 | E7 | 80 | 0 | 6 | 30 | 4 | 34 | 57 | 49 |
| Octal | 366 | 347 | 200 | 0 | 6 | 60 | 4 | 64 | 127 | 111 |
| Binary | 11110110 | 11100111 | 10000000 | 0 | 110 | 110000 | 100 | 110100 | 1010111 | 1001001 |
Color Harmonies of #F6E780
Complementary color
Monochromatic Colors of #F6E780
Black with #F6E780
Text Example
Text Example
White with #F6E780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E780; }
p { color: rgb(246,231,128); }
H1.HeaderClassName
{
color: #F6E780;
}
.AnyTagClassName
{
color: #F6E780;
}
</style>
background-color css
<style>
a { background-color: #F6E780; }
a { background-color: rgb(246,231,128); }
div.DivClassName
{
background-color: #F6E780;
}
.BgClassName
{
background-color: #F6E780;
}
</style>
border-color css
<style>
span { border-color: #F6E780; }
span { border-color: rgb(246,231,128); }
td.TdClassName
{
border-color: #F6E780;
}
.TagClassName
{
border-color: #F6E780;
}
</style>