Shades of Texas #F0EB80
Tints of Texas #F0EB80
RGB
CMYK
RGB Variations
Color information
#F0EB80 (or 0xF0EB80) is known color: Texas. HEX triplet: F0, EB and 80. RGB value is (240,235,128). Sum of RGB (Red+Green+Blue) = 240+235+128=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EB80 is #0F147F. Grayscale: #E0E0E0. Windows color (decimal): -988288 or 8449008. OLE color: 8449008.
HSL color Cylindrical-coordinate representation of color #F0EB80: hue angle of 57.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0EB80 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 128 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.06 |
| HSL | 57.32º | 0.79% | 0.72% | - |
| HSV(B) | 57.32º | 0.47% | 0.94% | - |
| XYZ | 69.54 | 79.5 | 32.1 | - |
| YUV | 224.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 128 | 0 | 0.02 | 0.47 | 0.06 | 57.32 | 0.79 | 0.72 |
| Hex | F0 | EB | 80 | 0 | 2 | 2F | 6 | 39 | 4F | 48 |
| Octal | 360 | 353 | 200 | 0 | 2 | 57 | 6 | 71 | 117 | 110 |
| Binary | 11110000 | 11101011 | 10000000 | 0 | 10 | 101111 | 110 | 111001 | 1001111 | 1001000 |
Color Harmonies of #F0EB80
Complementary color
Monochromatic Colors of #F0EB80
Black with #F0EB80
Text Example
Text Example
White with #F0EB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EB80; }
p { color: rgb(240,235,128); }
H1.HeaderClassName
{
color: #F0EB80;
}
.AnyTagClassName
{
color: #F0EB80;
}
</style>
background-color css
<style>
a { background-color: #F0EB80; }
a { background-color: rgb(240,235,128); }
div.DivClassName
{
background-color: #F0EB80;
}
.BgClassName
{
background-color: #F0EB80;
}
</style>
border-color css
<style>
span { border-color: #F0EB80; }
span { border-color: rgb(240,235,128); }
td.TdClassName
{
border-color: #F0EB80;
}
.TagClassName
{
border-color: #F0EB80;
}
</style>