Shades of Texas #F2EE7D
Tints of Texas #F2EE7D
RGB
CMYK
RGB Variations
Color information
#F2EE7D (or 0xF2EE7D) is known color: Texas. HEX triplet: F2, EE and 7D. RGB value is (242,238,125). Sum of RGB (Red+Green+Blue) = 242+238+125=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 125 (49.22% from 255 or 20.66% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE7D is #0D1182. Grayscale: #E2E2E2. Windows color (decimal): -856451 or 8253170. OLE color: 8253170.
HSL color Cylindrical-coordinate representation of color #F2EE7D: hue angle of 57.95º 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 #F2EE7D is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 125 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.05 |
| HSL | 57.95º | 0.82% | 0.72% | - |
| HSV(B) | 57.95º | 0.48% | 0.95% | - |
| XYZ | 70.89 | 81.51 | 31.4 | - |
| YUV | 226.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 125 | 0 | 0.02 | 0.48 | 0.05 | 57.95 | 0.82 | 0.72 |
| Hex | F2 | EE | 7D | 0 | 2 | 30 | 5 | 3A | 52 | 48 |
| Octal | 362 | 356 | 175 | 0 | 2 | 60 | 5 | 72 | 122 | 110 |
| Binary | 11110010 | 11101110 | 1111101 | 0 | 10 | 110000 | 101 | 111010 | 1010010 | 1001000 |
Color Harmonies of #F2EE7D
Complementary color
Monochromatic Colors of #F2EE7D
Black with #F2EE7D
Text Example
Text Example
White with #F2EE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE7D; }
p { color: rgb(242,238,125); }
H1.HeaderClassName
{
color: #F2EE7D;
}
.AnyTagClassName
{
color: #F2EE7D;
}
</style>
background-color css
<style>
a { background-color: #F2EE7D; }
a { background-color: rgb(242,238,125); }
div.DivClassName
{
background-color: #F2EE7D;
}
.BgClassName
{
background-color: #F2EE7D;
}
</style>
border-color css
<style>
span { border-color: #F2EE7D; }
span { border-color: rgb(242,238,125); }
td.TdClassName
{
border-color: #F2EE7D;
}
.TagClassName
{
border-color: #F2EE7D;
}
</style>