Shades of Texas #F2ED7A
Tints of Texas #F2ED7A
RGB
CMYK
RGB Variations
Color information
#F2ED7A (or 0xF2ED7A) is known color: Texas. HEX triplet: F2, ED and 7A. RGB value is (242,237,122). Sum of RGB (Red+Green+Blue) = 242+237+122=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 122 (48.05% from 255 or 20.30% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED7A is #0D1285. Grayscale: #E1E1E1. Windows color (decimal): -856710 or 8056306. OLE color: 8056306.
HSL color Cylindrical-coordinate representation of color #F2ED7A: hue angle of 57.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2ED7A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 122 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.05 |
| HSL | 57.5º | 0.82% | 0.71% | - |
| HSV(B) | 57.5º | 0.5% | 0.95% | - |
| XYZ | 70.41 | 80.85 | 30.31 | - |
| YUV | 225.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 122 | 0 | 0.02 | 0.50 | 0.05 | 57.5 | 0.82 | 0.71 |
| Hex | F2 | ED | 7A | 0 | 2 | 32 | 5 | 3A | 52 | 47 |
| Octal | 362 | 355 | 172 | 0 | 2 | 62 | 5 | 72 | 122 | 107 |
| Binary | 11110010 | 11101101 | 1111010 | 0 | 10 | 110010 | 101 | 111010 | 1010010 | 1000111 |
Color Harmonies of #F2ED7A
Complementary color
Monochromatic Colors of #F2ED7A
Black with #F2ED7A
Text Example
Text Example
White with #F2ED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED7A; }
p { color: rgb(242,237,122); }
H1.HeaderClassName
{
color: #F2ED7A;
}
.AnyTagClassName
{
color: #F2ED7A;
}
</style>
background-color css
<style>
a { background-color: #F2ED7A; }
a { background-color: rgb(242,237,122); }
div.DivClassName
{
background-color: #F2ED7A;
}
.BgClassName
{
background-color: #F2ED7A;
}
</style>
border-color css
<style>
span { border-color: #F2ED7A; }
span { border-color: rgb(242,237,122); }
td.TdClassName
{
border-color: #F2ED7A;
}
.TagClassName
{
border-color: #F2ED7A;
}
</style>