Shades of Texas #F2EF7D
Tints of Texas #F2EF7D
RGB
CMYK
RGB Variations
Color information
#F2EF7D (or 0xF2EF7D) is known color: Texas. HEX triplet: F2, EF and 7D. RGB value is (242,239,125). Sum of RGB (Red+Green+Blue) = 242+239+125=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EF7D is #0D1082. Grayscale: #E3E3E3. Windows color (decimal): -856195 or 8253426. OLE color: 8253426.
HSL color Cylindrical-coordinate representation of color #F2EF7D: hue angle of 58.46º 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 #F2EF7D is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 125 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.05 |
| HSL | 58.46º | 0.82% | 0.72% | - |
| HSV(B) | 58.46º | 0.48% | 0.95% | - |
| XYZ | 71.19 | 82.09 | 31.5 | - |
| YUV | 226.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 125 | 0 | 0.01 | 0.48 | 0.05 | 58.46 | 0.82 | 0.72 |
| Hex | F2 | EF | 7D | 0 | 1 | 30 | 5 | 3A | 52 | 48 |
| Octal | 362 | 357 | 175 | 0 | 1 | 60 | 5 | 72 | 122 | 110 |
| Binary | 11110010 | 11101111 | 1111101 | 0 | 1 | 110000 | 101 | 111010 | 1010010 | 1001000 |
Color Harmonies of #F2EF7D
Complementary color
Monochromatic Colors of #F2EF7D
Black with #F2EF7D
Text Example
Text Example
White with #F2EF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EF7D; }
p { color: rgb(242,239,125); }
H1.HeaderClassName
{
color: #F2EF7D;
}
.AnyTagClassName
{
color: #F2EF7D;
}
</style>
background-color css
<style>
a { background-color: #F2EF7D; }
a { background-color: rgb(242,239,125); }
div.DivClassName
{
background-color: #F2EF7D;
}
.BgClassName
{
background-color: #F2EF7D;
}
</style>
border-color css
<style>
span { border-color: #F2EF7D; }
span { border-color: rgb(242,239,125); }
td.TdClassName
{
border-color: #F2EF7D;
}
.TagClassName
{
border-color: #F2EF7D;
}
</style>