Shades of Texas #F0E77C
Tints of Texas #F0E77C
RGB
CMYK
RGB Variations
Color information
#F0E77C (or 0xF0E77C) is known color: Texas. HEX triplet: F0, E7 and 7C. RGB value is (240,231,124). Sum of RGB (Red+Green+Blue) = 240+231+124=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E77C is #0F1883. Grayscale: #DDDDDD. Windows color (decimal): -989316 or 8185840. OLE color: 8185840.
HSL color Cylindrical-coordinate representation of color #F0E77C: hue angle of 55.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0E77C is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 124 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.06 |
| HSL | 55.34º | 0.79% | 0.71% | - |
| HSV(B) | 55.34º | 0.48% | 0.94% | - |
| XYZ | 68.15 | 77.13 | 30.36 | - |
| YUV | 221.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 124 | 0 | 0.04 | 0.48 | 0.06 | 55.34 | 0.79 | 0.71 |
| Hex | F0 | E7 | 7C | 0 | 4 | 30 | 6 | 37 | 4F | 47 |
| Octal | 360 | 347 | 174 | 0 | 4 | 60 | 6 | 67 | 117 | 107 |
| Binary | 11110000 | 11100111 | 1111100 | 0 | 100 | 110000 | 110 | 110111 | 1001111 | 1000111 |
Color Harmonies of #F0E77C
Complementary color
Monochromatic Colors of #F0E77C
Black with #F0E77C
Text Example
Text Example
White with #F0E77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E77C; }
p { color: rgb(240,231,124); }
H1.HeaderClassName
{
color: #F0E77C;
}
.AnyTagClassName
{
color: #F0E77C;
}
</style>
background-color css
<style>
a { background-color: #F0E77C; }
a { background-color: rgb(240,231,124); }
div.DivClassName
{
background-color: #F0E77C;
}
.BgClassName
{
background-color: #F0E77C;
}
</style>
border-color css
<style>
span { border-color: #F0E77C; }
span { border-color: rgb(240,231,124); }
td.TdClassName
{
border-color: #F0E77C;
}
.TagClassName
{
border-color: #F0E77C;
}
</style>