Shades of Texas #F2E37B
Tints of Texas #F2E37B
RGB
CMYK
RGB Variations
Color information
#F2E37B (or 0xF2E37B) is known color: Texas. HEX triplet: F2, E3 and 7B. RGB value is (242,227,123). Sum of RGB (Red+Green+Blue) = 242+227+123=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 123 (48.44% from 255 or 20.78% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E37B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E37B is #0D1C84. Grayscale: #DCDCDC. Windows color (decimal): -859269 or 8119282. OLE color: 8119282.
HSL color Cylindrical-coordinate representation of color #F2E37B: hue angle of 52.44º 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 #F2E37B is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 123 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.05 |
| HSL | 52.44º | 0.82% | 0.72% | - |
| HSV(B) | 52.44º | 0.49% | 0.95% | - |
| XYZ | 67.66 | 75.25 | 29.7 | - |
| YUV | 219.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 123 | 0 | 0.06 | 0.49 | 0.05 | 52.44 | 0.82 | 0.72 |
| Hex | F2 | E3 | 7B | 0 | 6 | 31 | 5 | 34 | 52 | 48 |
| Octal | 362 | 343 | 173 | 0 | 6 | 61 | 5 | 64 | 122 | 110 |
| Binary | 11110010 | 11100011 | 1111011 | 0 | 110 | 110001 | 101 | 110100 | 1010010 | 1001000 |
Color Harmonies of #F2E37B
Complementary color
Monochromatic Colors of #F2E37B
Black with #F2E37B
Text Example
Text Example
White with #F2E37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E37B; }
p { color: rgb(242,227,123); }
H1.HeaderClassName
{
color: #F2E37B;
}
.AnyTagClassName
{
color: #F2E37B;
}
</style>
background-color css
<style>
a { background-color: #F2E37B; }
a { background-color: rgb(242,227,123); }
div.DivClassName
{
background-color: #F2E37B;
}
.BgClassName
{
background-color: #F2E37B;
}
</style>
border-color css
<style>
span { border-color: #F2E37B; }
span { border-color: rgb(242,227,123); }
td.TdClassName
{
border-color: #F2E37B;
}
.TagClassName
{
border-color: #F2E37B;
}
</style>