Shades of Texas #F5E77C
Tints of Texas #F5E77C
RGB
CMYK
RGB Variations
Color information
#F5E77C (or 0xF5E77C) is known color: Texas. HEX triplet: F5, E7 and 7C. RGB value is (245,231,124). Sum of RGB (Red+Green+Blue) = 245+231+124=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E77C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E77C is #0A1883. Grayscale: #DFDFDF. Windows color (decimal): -661636 or 8185845. OLE color: 8185845.
HSL color Cylindrical-coordinate representation of color #F5E77C: hue angle of 53.06º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5E77C is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 124 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.04 |
| HSL | 53.06º | 0.86% | 0.72% | - |
| HSV(B) | 53.06º | 0.49% | 0.96% | - |
| XYZ | 69.87 | 78.02 | 30.45 | - |
| YUV | 222.99 | 72.14 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 124 | 0 | 0.06 | 0.49 | 0.04 | 53.06 | 0.86 | 0.72 |
| Hex | F5 | E7 | 7C | 0 | 6 | 31 | 4 | 35 | 56 | 48 |
| Octal | 365 | 347 | 174 | 0 | 6 | 61 | 4 | 65 | 126 | 110 |
| Binary | 11110101 | 11100111 | 1111100 | 0 | 110 | 110001 | 100 | 110101 | 1010110 | 1001000 |
Color Harmonies of #F5E77C
Complementary color
Monochromatic Colors of #F5E77C
Black with #F5E77C
Text Example
Text Example
White with #F5E77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E77C; }
p { color: rgb(245,231,124); }
H1.HeaderClassName
{
color: #F5E77C;
}
.AnyTagClassName
{
color: #F5E77C;
}
</style>
background-color css
<style>
a { background-color: #F5E77C; }
a { background-color: rgb(245,231,124); }
div.DivClassName
{
background-color: #F5E77C;
}
.BgClassName
{
background-color: #F5E77C;
}
</style>
border-color css
<style>
span { border-color: #F5E77C; }
span { border-color: rgb(245,231,124); }
td.TdClassName
{
border-color: #F5E77C;
}
.TagClassName
{
border-color: #F5E77C;
}
</style>