Shades of Texas #F0ED7E
Tints of Texas #F0ED7E
RGB
CMYK
RGB Variations
Color information
#F0ED7E (or 0xF0ED7E) is known color: Texas. HEX triplet: F0, ED and 7E. RGB value is (240,237,126). Sum of RGB (Red+Green+Blue) = 240+237+126=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 126 (49.61% from 255 or 20.90% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED7E is #0F1281. Grayscale: #E1E1E1. Windows color (decimal): -987778 or 8318448. OLE color: 8318448.
HSL color Cylindrical-coordinate representation of color #F0ED7E: hue angle of 58.42º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0ED7E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 126 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.06 |
| HSL | 58.42º | 0.79% | 0.72% | - |
| HSV(B) | 58.42º | 0.48% | 0.94% | - |
| XYZ | 69.99 | 80.6 | 31.61 | - |
| YUV | 225.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 126 | 0 | 0.01 | 0.48 | 0.06 | 58.42 | 0.79 | 0.72 |
| Hex | F0 | ED | 7E | 0 | 1 | 30 | 6 | 3A | 4F | 48 |
| Octal | 360 | 355 | 176 | 0 | 1 | 60 | 6 | 72 | 117 | 110 |
| Binary | 11110000 | 11101101 | 1111110 | 0 | 1 | 110000 | 110 | 111010 | 1001111 | 1001000 |
Color Harmonies of #F0ED7E
Complementary color
Monochromatic Colors of #F0ED7E
Black with #F0ED7E
Text Example
Text Example
White with #F0ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED7E; }
p { color: rgb(240,237,126); }
H1.HeaderClassName
{
color: #F0ED7E;
}
.AnyTagClassName
{
color: #F0ED7E;
}
</style>
background-color css
<style>
a { background-color: #F0ED7E; }
a { background-color: rgb(240,237,126); }
div.DivClassName
{
background-color: #F0ED7E;
}
.BgClassName
{
background-color: #F0ED7E;
}
</style>
border-color css
<style>
span { border-color: #F0ED7E; }
span { border-color: rgb(240,237,126); }
td.TdClassName
{
border-color: #F0ED7E;
}
.TagClassName
{
border-color: #F0ED7E;
}
</style>