Shades of Texas #F0E474
Tints of Texas #F0E474
RGB
CMYK
RGB Variations
Color information
#F0E474 (or 0xF0E474) is known color: Texas. HEX triplet: F0, E4 and 74. RGB value is (240,228,116). Sum of RGB (Red+Green+Blue) = 240+228+116=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 116 (45.70% from 255 or 19.86% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E474 is #0F1B8B. Grayscale: #DBDBDB. Windows color (decimal): -990092 or 7660784. OLE color: 7660784.
HSL color Cylindrical-coordinate representation of color #F0E474: hue angle of 54.19º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0E474 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 116 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.06 |
| HSL | 54.19º | 0.81% | 0.7% | - |
| HSV(B) | 54.19º | 0.52% | 0.94% | - |
| XYZ | 66.83 | 75.27 | 27.53 | - |
| YUV | 218.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 116 | 0 | 0.05 | 0.52 | 0.06 | 54.19 | 0.81 | 0.7 |
| Hex | F0 | E4 | 74 | 0 | 5 | 34 | 6 | 36 | 51 | 46 |
| Octal | 360 | 344 | 164 | 0 | 5 | 64 | 6 | 66 | 121 | 106 |
| Binary | 11110000 | 11100100 | 1110100 | 0 | 101 | 110100 | 110 | 110110 | 1010001 | 1000110 |
Color Harmonies of #F0E474
Complementary color
Monochromatic Colors of #F0E474
Black with #F0E474
Text Example
Text Example
White with #F0E474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E474; }
p { color: rgb(240,228,116); }
H1.HeaderClassName
{
color: #F0E474;
}
.AnyTagClassName
{
color: #F0E474;
}
</style>
background-color css
<style>
a { background-color: #F0E474; }
a { background-color: rgb(240,228,116); }
div.DivClassName
{
background-color: #F0E474;
}
.BgClassName
{
background-color: #F0E474;
}
</style>
border-color css
<style>
span { border-color: #F0E474; }
span { border-color: rgb(240,228,116); }
td.TdClassName
{
border-color: #F0E474;
}
.TagClassName
{
border-color: #F0E474;
}
</style>