Shades of Texas #F0ED7D
Tints of Texas #F0ED7D
RGB
CMYK
RGB Variations
Color information
#F0ED7D (or 0xF0ED7D) is known color: Texas. HEX triplet: F0, ED and 7D. RGB value is (240,237,125). Sum of RGB (Red+Green+Blue) = 240+237+125=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0ED7D is #0F1282. Grayscale: #E1E1E1. Windows color (decimal): -987779 or 8252912. OLE color: 8252912.
HSL color Cylindrical-coordinate representation of color #F0ED7D: hue angle of 58.43º 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 #F0ED7D is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 125 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.06 |
| HSL | 58.43º | 0.79% | 0.72% | - |
| HSV(B) | 58.43º | 0.48% | 0.94% | - |
| XYZ | 69.92 | 80.57 | 31.27 | - |
| YUV | 225.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 125 | 0 | 0.01 | 0.48 | 0.06 | 58.43 | 0.79 | 0.72 |
| Hex | F0 | ED | 7D | 0 | 1 | 30 | 6 | 3A | 4F | 48 |
| Octal | 360 | 355 | 175 | 0 | 1 | 60 | 6 | 72 | 117 | 110 |
| Binary | 11110000 | 11101101 | 1111101 | 0 | 1 | 110000 | 110 | 111010 | 1001111 | 1001000 |
Color Harmonies of #F0ED7D
Complementary color
Monochromatic Colors of #F0ED7D
Black with #F0ED7D
Text Example
Text Example
White with #F0ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ED7D; }
p { color: rgb(240,237,125); }
H1.HeaderClassName
{
color: #F0ED7D;
}
.AnyTagClassName
{
color: #F0ED7D;
}
</style>
background-color css
<style>
a { background-color: #F0ED7D; }
a { background-color: rgb(240,237,125); }
div.DivClassName
{
background-color: #F0ED7D;
}
.BgClassName
{
background-color: #F0ED7D;
}
</style>
border-color css
<style>
span { border-color: #F0ED7D; }
span { border-color: rgb(240,237,125); }
td.TdClassName
{
border-color: #F0ED7D;
}
.TagClassName
{
border-color: #F0ED7D;
}
</style>