Shades of Texas #F2E675
Tints of Texas #F2E675
RGB
CMYK
RGB Variations
Color information
#F2E675 (or 0xF2E675) is known color: Texas. HEX triplet: F2, E6 and 75. RGB value is (242,230,117). Sum of RGB (Red+Green+Blue) = 242+230+117=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E675 is #0D198A. Grayscale: #DDDDDD. Windows color (decimal): -858507 or 7726834. OLE color: 7726834.
HSL color Cylindrical-coordinate representation of color #F2E675: hue angle of 54.24º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2E675 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 117 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.05 |
| HSL | 54.24º | 0.83% | 0.7% | - |
| HSV(B) | 54.24º | 0.52% | 0.95% | - |
| XYZ | 68.13 | 76.76 | 28.05 | - |
| YUV | 220.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 117 | 0 | 0.05 | 0.52 | 0.05 | 54.24 | 0.83 | 0.7 |
| Hex | F2 | E6 | 75 | 0 | 5 | 34 | 5 | 36 | 53 | 46 |
| Octal | 362 | 346 | 165 | 0 | 5 | 64 | 5 | 66 | 123 | 106 |
| Binary | 11110010 | 11100110 | 1110101 | 0 | 101 | 110100 | 101 | 110110 | 1010011 | 1000110 |
Color Harmonies of #F2E675
Complementary color
Monochromatic Colors of #F2E675
Black with #F2E675
Text Example
Text Example
White with #F2E675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E675; }
p { color: rgb(242,230,117); }
H1.HeaderClassName
{
color: #F2E675;
}
.AnyTagClassName
{
color: #F2E675;
}
</style>
background-color css
<style>
a { background-color: #F2E675; }
a { background-color: rgb(242,230,117); }
div.DivClassName
{
background-color: #F2E675;
}
.BgClassName
{
background-color: #F2E675;
}
</style>
border-color css
<style>
span { border-color: #F2E675; }
span { border-color: rgb(242,230,117); }
td.TdClassName
{
border-color: #F2E675;
}
.TagClassName
{
border-color: #F2E675;
}
</style>