Shades of Texas #F2E47E
Tints of Texas #F2E47E
RGB
CMYK
RGB Variations
Color information
#F2E47E (or 0xF2E47E) is known color: Texas. HEX triplet: F2, E4 and 7E. RGB value is (242,228,126). Sum of RGB (Red+Green+Blue) = 242+228+126=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 126 (49.61% from 255 or 21.14% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E47E is #0D1B81. Grayscale: #DCDCDC. Windows color (decimal): -859010 or 8316146. OLE color: 8316146.
HSL color Cylindrical-coordinate representation of color #F2E47E: hue angle of 52.76º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2E47E is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 126 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.05 |
| HSL | 52.76º | 0.82% | 0.72% | - |
| HSV(B) | 52.76º | 0.48% | 0.95% | - |
| XYZ | 68.13 | 75.87 | 30.79 | - |
| YUV | 220.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 126 | 0 | 0.06 | 0.48 | 0.05 | 52.76 | 0.82 | 0.72 |
| Hex | F2 | E4 | 7E | 0 | 6 | 30 | 5 | 35 | 52 | 48 |
| Octal | 362 | 344 | 176 | 0 | 6 | 60 | 5 | 65 | 122 | 110 |
| Binary | 11110010 | 11100100 | 1111110 | 0 | 110 | 110000 | 101 | 110101 | 1010010 | 1001000 |
Color Harmonies of #F2E47E
Complementary color
Monochromatic Colors of #F2E47E
Black with #F2E47E
Text Example
Text Example
White with #F2E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E47E; }
p { color: rgb(242,228,126); }
H1.HeaderClassName
{
color: #F2E47E;
}
.AnyTagClassName
{
color: #F2E47E;
}
</style>
background-color css
<style>
a { background-color: #F2E47E; }
a { background-color: rgb(242,228,126); }
div.DivClassName
{
background-color: #F2E47E;
}
.BgClassName
{
background-color: #F2E47E;
}
</style>
border-color css
<style>
span { border-color: #F2E47E; }
span { border-color: rgb(242,228,126); }
td.TdClassName
{
border-color: #F2E47E;
}
.TagClassName
{
border-color: #F2E47E;
}
</style>