Shades of Texas #F1E57D
Tints of Texas #F1E57D
RGB
CMYK
RGB Variations
Color information
#F1E57D (or 0xF1E57D) is known color: Texas. HEX triplet: F1, E5 and 7D. RGB value is (241,229,125). Sum of RGB (Red+Green+Blue) = 241+229+125=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E57D is #0E1A82. Grayscale: #DDDDDD. Windows color (decimal): -924291 or 8250865. OLE color: 8250865.
HSL color Cylindrical-coordinate representation of color #F1E57D: hue angle of 53.79º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1E57D is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 229 | 125 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.05 |
| HSL | 53.79º | 0.81% | 0.72% | - |
| HSV(B) | 53.79º | 0.48% | 0.95% | - |
| XYZ | 68 | 76.22 | 30.53 | - |
| YUV | 220.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 229 | 125 | 0 | 0.05 | 0.48 | 0.05 | 53.79 | 0.81 | 0.72 |
| Hex | F1 | E5 | 7D | 0 | 5 | 30 | 5 | 36 | 51 | 48 |
| Octal | 361 | 345 | 175 | 0 | 5 | 60 | 5 | 66 | 121 | 110 |
| Binary | 11110001 | 11100101 | 1111101 | 0 | 101 | 110000 | 101 | 110110 | 1010001 | 1001000 |
Color Harmonies of #F1E57D
Complementary color
Monochromatic Colors of #F1E57D
Black with #F1E57D
Text Example
Text Example
White with #F1E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E57D; }
p { color: rgb(241,229,125); }
H1.HeaderClassName
{
color: #F1E57D;
}
.AnyTagClassName
{
color: #F1E57D;
}
</style>
background-color css
<style>
a { background-color: #F1E57D; }
a { background-color: rgb(241,229,125); }
div.DivClassName
{
background-color: #F1E57D;
}
.BgClassName
{
background-color: #F1E57D;
}
</style>
border-color css
<style>
span { border-color: #F1E57D; }
span { border-color: rgb(241,229,125); }
td.TdClassName
{
border-color: #F1E57D;
}
.TagClassName
{
border-color: #F1E57D;
}
</style>