Shades of Texas #F2EE7B
Tints of Texas #F2EE7B
RGB
CMYK
RGB Variations
Color information
#F2EE7B (or 0xF2EE7B) is known color: Texas. HEX triplet: F2, EE and 7B. RGB value is (242,238,123). Sum of RGB (Red+Green+Blue) = 242+238+123=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 123 (48.44% from 255 or 20.40% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE7B is #0D1184. Grayscale: #E2E2E2. Windows color (decimal): -856453 or 8122098. OLE color: 8122098.
HSL color Cylindrical-coordinate representation of color #F2EE7B: hue angle of 57.98º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2EE7B is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 123 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.05 |
| HSL | 57.98º | 0.82% | 0.72% | - |
| HSV(B) | 57.98º | 0.49% | 0.95% | - |
| XYZ | 70.77 | 81.46 | 30.73 | - |
| YUV | 226.09 | 69.83 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 123 | 0 | 0.02 | 0.49 | 0.05 | 57.98 | 0.82 | 0.72 |
| Hex | F2 | EE | 7B | 0 | 2 | 31 | 5 | 3A | 52 | 48 |
| Octal | 362 | 356 | 173 | 0 | 2 | 61 | 5 | 72 | 122 | 110 |
| Binary | 11110010 | 11101110 | 1111011 | 0 | 10 | 110001 | 101 | 111010 | 1010010 | 1001000 |
Color Harmonies of #F2EE7B
Complementary color
Monochromatic Colors of #F2EE7B
Black with #F2EE7B
Text Example
Text Example
White with #F2EE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE7B; }
p { color: rgb(242,238,123); }
H1.HeaderClassName
{
color: #F2EE7B;
}
.AnyTagClassName
{
color: #F2EE7B;
}
</style>
background-color css
<style>
a { background-color: #F2EE7B; }
a { background-color: rgb(242,238,123); }
div.DivClassName
{
background-color: #F2EE7B;
}
.BgClassName
{
background-color: #F2EE7B;
}
</style>
border-color css
<style>
span { border-color: #F2EE7B; }
span { border-color: rgb(242,238,123); }
td.TdClassName
{
border-color: #F2EE7B;
}
.TagClassName
{
border-color: #F2EE7B;
}
</style>