Shades of Texas #F0E27A
Tints of Texas #F0E27A
RGB
CMYK
RGB Variations
Color information
#F0E27A (or 0xF0E27A) is known color: Texas. HEX triplet: F0, E2 and 7A. RGB value is (240,226,122). Sum of RGB (Red+Green+Blue) = 240+226+122=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E27A is #0F1D85. Grayscale: #DADADA. Windows color (decimal): -990598 or 8053488. OLE color: 8053488.
HSL color Cylindrical-coordinate representation of color #F0E27A: hue angle of 52.88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0E27A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 122 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.06 |
| HSL | 52.88º | 0.8% | 0.71% | - |
| HSV(B) | 52.88º | 0.49% | 0.94% | - |
| XYZ | 66.64 | 74.32 | 29.25 | - |
| YUV | 218.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 122 | 0 | 0.06 | 0.49 | 0.06 | 52.88 | 0.8 | 0.71 |
| Hex | F0 | E2 | 7A | 0 | 6 | 31 | 6 | 35 | 50 | 47 |
| Octal | 360 | 342 | 172 | 0 | 6 | 61 | 6 | 65 | 120 | 107 |
| Binary | 11110000 | 11100010 | 1111010 | 0 | 110 | 110001 | 110 | 110101 | 1010000 | 1000111 |
Color Harmonies of #F0E27A
Complementary color
Monochromatic Colors of #F0E27A
Black with #F0E27A
Text Example
Text Example
White with #F0E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E27A; }
p { color: rgb(240,226,122); }
H1.HeaderClassName
{
color: #F0E27A;
}
.AnyTagClassName
{
color: #F0E27A;
}
</style>
background-color css
<style>
a { background-color: #F0E27A; }
a { background-color: rgb(240,226,122); }
div.DivClassName
{
background-color: #F0E27A;
}
.BgClassName
{
background-color: #F0E27A;
}
</style>
border-color css
<style>
span { border-color: #F0E27A; }
span { border-color: rgb(240,226,122); }
td.TdClassName
{
border-color: #F0E27A;
}
.TagClassName
{
border-color: #F0E27A;
}
</style>