Shades of Texas #F2E97B
Tints of Texas #F2E97B
RGB
CMYK
RGB Variations
Color information
#F2E97B (or 0xF2E97B) is known color: Texas. HEX triplet: F2, E9 and 7B. RGB value is (242,233,123). Sum of RGB (Red+Green+Blue) = 242+233+123=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 123 (48.44% from 255 or 20.57% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E97B is #0D1684. Grayscale: #DFDFDF. Windows color (decimal): -857733 or 8120818. OLE color: 8120818.
HSL color Cylindrical-coordinate representation of color #F2E97B: hue angle of 55.46º 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 #F2E97B is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 123 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.05 |
| HSL | 55.46º | 0.82% | 0.72% | - |
| HSV(B) | 55.46º | 0.49% | 0.95% | - |
| XYZ | 69.33 | 78.59 | 30.25 | - |
| YUV | 223.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 123 | 0 | 0.04 | 0.49 | 0.05 | 55.46 | 0.82 | 0.72 |
| Hex | F2 | E9 | 7B | 0 | 4 | 31 | 5 | 37 | 52 | 48 |
| Octal | 362 | 351 | 173 | 0 | 4 | 61 | 5 | 67 | 122 | 110 |
| Binary | 11110010 | 11101001 | 1111011 | 0 | 100 | 110001 | 101 | 110111 | 1010010 | 1001000 |
Color Harmonies of #F2E97B
Complementary color
Monochromatic Colors of #F2E97B
Black with #F2E97B
Text Example
Text Example
White with #F2E97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E97B; }
p { color: rgb(242,233,123); }
H1.HeaderClassName
{
color: #F2E97B;
}
.AnyTagClassName
{
color: #F2E97B;
}
</style>
background-color css
<style>
a { background-color: #F2E97B; }
a { background-color: rgb(242,233,123); }
div.DivClassName
{
background-color: #F2E97B;
}
.BgClassName
{
background-color: #F2E97B;
}
</style>
border-color css
<style>
span { border-color: #F2E97B; }
span { border-color: rgb(242,233,123); }
td.TdClassName
{
border-color: #F2E97B;
}
.TagClassName
{
border-color: #F2E97B;
}
</style>