Shades of Texas #F2ED7E
Tints of Texas #F2ED7E
RGB
CMYK
RGB Variations
Color information
#F2ED7E (or 0xF2ED7E) is known color: Texas. HEX triplet: F2, ED and 7E. RGB value is (242,237,126). Sum of RGB (Red+Green+Blue) = 242+237+126=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 126 (49.61% from 255 or 20.83% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED7E is #0D1281. Grayscale: #E2E2E2. Windows color (decimal): -856706 or 8318450. OLE color: 8318450.
HSL color Cylindrical-coordinate representation of color #F2ED7E: hue angle of 57.41º 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 #F2ED7E is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 126 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.05 |
| HSL | 57.41º | 0.82% | 0.72% | - |
| HSV(B) | 57.41º | 0.48% | 0.95% | - |
| XYZ | 70.67 | 80.95 | 31.64 | - |
| YUV | 225.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 126 | 0 | 0.02 | 0.48 | 0.05 | 57.41 | 0.82 | 0.72 |
| Hex | F2 | ED | 7E | 0 | 2 | 30 | 5 | 39 | 52 | 48 |
| Octal | 362 | 355 | 176 | 0 | 2 | 60 | 5 | 71 | 122 | 110 |
| Binary | 11110010 | 11101101 | 1111110 | 0 | 10 | 110000 | 101 | 111001 | 1010010 | 1001000 |
Color Harmonies of #F2ED7E
Complementary color
Monochromatic Colors of #F2ED7E
Black with #F2ED7E
Text Example
Text Example
White with #F2ED7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED7E; }
p { color: rgb(242,237,126); }
H1.HeaderClassName
{
color: #F2ED7E;
}
.AnyTagClassName
{
color: #F2ED7E;
}
</style>
background-color css
<style>
a { background-color: #F2ED7E; }
a { background-color: rgb(242,237,126); }
div.DivClassName
{
background-color: #F2ED7E;
}
.BgClassName
{
background-color: #F2ED7E;
}
</style>
border-color css
<style>
span { border-color: #F2ED7E; }
span { border-color: rgb(242,237,126); }
td.TdClassName
{
border-color: #F2ED7E;
}
.TagClassName
{
border-color: #F2ED7E;
}
</style>