Shades of Texas #F0E47C
Tints of Texas #F0E47C
RGB
CMYK
RGB Variations
Color information
#F0E47C (or 0xF0E47C) is known color: Texas. HEX triplet: F0, E4 and 7C. RGB value is (240,228,124). Sum of RGB (Red+Green+Blue) = 240+228+124=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E47C is #0F1B83. Grayscale: #DCDCDC. Windows color (decimal): -990084 or 8185072. OLE color: 8185072.
HSL color Cylindrical-coordinate representation of color #F0E47C: hue angle of 53.79º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0E47C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 124 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.06 |
| HSL | 53.79º | 0.79% | 0.71% | - |
| HSV(B) | 53.79º | 0.48% | 0.94% | - |
| XYZ | 67.32 | 75.47 | 30.09 | - |
| YUV | 219.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 124 | 0 | 0.05 | 0.48 | 0.06 | 53.79 | 0.79 | 0.71 |
| Hex | F0 | E4 | 7C | 0 | 5 | 30 | 6 | 36 | 4F | 47 |
| Octal | 360 | 344 | 174 | 0 | 5 | 60 | 6 | 66 | 117 | 107 |
| Binary | 11110000 | 11100100 | 1111100 | 0 | 101 | 110000 | 110 | 110110 | 1001111 | 1000111 |
Color Harmonies of #F0E47C
Complementary color
Monochromatic Colors of #F0E47C
Black with #F0E47C
Text Example
Text Example
White with #F0E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E47C; }
p { color: rgb(240,228,124); }
H1.HeaderClassName
{
color: #F0E47C;
}
.AnyTagClassName
{
color: #F0E47C;
}
</style>
background-color css
<style>
a { background-color: #F0E47C; }
a { background-color: rgb(240,228,124); }
div.DivClassName
{
background-color: #F0E47C;
}
.BgClassName
{
background-color: #F0E47C;
}
</style>
border-color css
<style>
span { border-color: #F0E47C; }
span { border-color: rgb(240,228,124); }
td.TdClassName
{
border-color: #F0E47C;
}
.TagClassName
{
border-color: #F0E47C;
}
</style>