Shades of Texas #F0E37D
Tints of Texas #F0E37D
RGB
CMYK
RGB Variations
Color information
#F0E37D (or 0xF0E37D) is known color: Texas. HEX triplet: F0, E3 and 7D. RGB value is (240,227,125). Sum of RGB (Red+Green+Blue) = 240+227+125=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E37D is #0F1C82. Grayscale: #DBDBDB. Windows color (decimal): -990339 or 8250352. OLE color: 8250352.
HSL color Cylindrical-coordinate representation of color #F0E37D: hue angle of 53.22º 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 #F0E37D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 125 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.06 |
| HSL | 53.22º | 0.79% | 0.72% | - |
| HSV(B) | 53.22º | 0.48% | 0.94% | - |
| XYZ | 67.11 | 74.94 | 30.33 | - |
| YUV | 219.26 | 74.81 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 125 | 0 | 0.05 | 0.48 | 0.06 | 53.22 | 0.79 | 0.72 |
| Hex | F0 | E3 | 7D | 0 | 5 | 30 | 6 | 35 | 4F | 48 |
| Octal | 360 | 343 | 175 | 0 | 5 | 60 | 6 | 65 | 117 | 110 |
| Binary | 11110000 | 11100011 | 1111101 | 0 | 101 | 110000 | 110 | 110101 | 1001111 | 1001000 |
Color Harmonies of #F0E37D
Complementary color
Monochromatic Colors of #F0E37D
Black with #F0E37D
Text Example
Text Example
White with #F0E37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E37D; }
p { color: rgb(240,227,125); }
H1.HeaderClassName
{
color: #F0E37D;
}
.AnyTagClassName
{
color: #F0E37D;
}
</style>
background-color css
<style>
a { background-color: #F0E37D; }
a { background-color: rgb(240,227,125); }
div.DivClassName
{
background-color: #F0E37D;
}
.BgClassName
{
background-color: #F0E37D;
}
</style>
border-color css
<style>
span { border-color: #F0E37D; }
span { border-color: rgb(240,227,125); }
td.TdClassName
{
border-color: #F0E37D;
}
.TagClassName
{
border-color: #F0E37D;
}
</style>