Shades of Texas #F0ED81
Tints of Texas #F0ED81
RGB
CMYK
RGB Variations
Color information
#F0ED81 (or 0xF0ED81) is known color: Texas. HEX triplet: F0, ED and 81. RGB value is (240,237,129). Sum of RGB (Red+Green+Blue) = 240+237+129=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 129 (50.78% from 255 or 21.29% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0ED81 is #0F127E. Grayscale: #E2E2E2. Windows color (decimal): -987775 or 8515056. OLE color: 8515056.
HSL color Cylindrical-coordinate representation of color #F0ED81: hue angle of 58.38º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0ED81 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 129 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.06 |
| HSL | 58.38º | 0.79% | 0.72% | - |
| HSV(B) | 58.38º | 0.46% | 0.94% | - |
| XYZ | 70.18 | 80.68 | 32.64 | - |
| YUV | 225.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 129 | 0 | 0.01 | 0.46 | 0.06 | 58.38 | 0.79 | 0.72 |
| Hex | F0 | ED | 81 | 0 | 1 | 2E | 6 | 3A | 4F | 48 |
| Octal | 360 | 355 | 201 | 0 | 1 | 56 | 6 | 72 | 117 | 110 |
| Binary | 11110000 | 11101101 | 10000001 | 0 | 1 | 101110 | 110 | 111010 | 1001111 | 1001000 |
Color Harmonies of #F0ED81
Complementary color
Monochromatic Colors of #F0ED81
Black with #F0ED81
Text Example
Text Example
White with #F0ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED81; }
p { color: rgb(240,237,129); }
H1.HeaderClassName
{
color: #F0ED81;
}
.AnyTagClassName
{
color: #F0ED81;
}
</style>
background-color css
<style>
a { background-color: #F0ED81; }
a { background-color: rgb(240,237,129); }
div.DivClassName
{
background-color: #F0ED81;
}
.BgClassName
{
background-color: #F0ED81;
}
</style>
border-color css
<style>
span { border-color: #F0ED81; }
span { border-color: rgb(240,237,129); }
td.TdClassName
{
border-color: #F0ED81;
}
.TagClassName
{
border-color: #F0ED81;
}
</style>