Shades of Texas #F5E681
Tints of Texas #F5E681
RGB
CMYK
RGB Variations
Color information
#F5E681 (or 0xF5E681) is known color: Texas. HEX triplet: F5, E6 and 81. RGB value is (245,230,129). Sum of RGB (Red+Green+Blue) = 245+230+129=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E681 is #0A197E. Grayscale: #DFDFDF. Windows color (decimal): -661887 or 8513269. OLE color: 8513269.
HSL color Cylindrical-coordinate representation of color #F5E681: hue angle of 52.24º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E681 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 129 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.04 |
| HSL | 52.24º | 0.85% | 0.73% | - |
| HSV(B) | 52.24º | 0.47% | 0.96% | - |
| XYZ | 69.92 | 77.59 | 32.06 | - |
| YUV | 222.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 129 | 0 | 0.06 | 0.47 | 0.04 | 52.24 | 0.85 | 0.73 |
| Hex | F5 | E6 | 81 | 0 | 6 | 2F | 4 | 34 | 55 | 49 |
| Octal | 365 | 346 | 201 | 0 | 6 | 57 | 4 | 64 | 125 | 111 |
| Binary | 11110101 | 11100110 | 10000001 | 0 | 110 | 101111 | 100 | 110100 | 1010101 | 1001001 |
Color Harmonies of #F5E681
Complementary color
Monochromatic Colors of #F5E681
Black with #F5E681
Text Example
Text Example
White with #F5E681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E681; }
p { color: rgb(245,230,129); }
H1.HeaderClassName
{
color: #F5E681;
}
.AnyTagClassName
{
color: #F5E681;
}
</style>
background-color css
<style>
a { background-color: #F5E681; }
a { background-color: rgb(245,230,129); }
div.DivClassName
{
background-color: #F5E681;
}
.BgClassName
{
background-color: #F5E681;
}
</style>
border-color css
<style>
span { border-color: #F5E681; }
span { border-color: rgb(245,230,129); }
td.TdClassName
{
border-color: #F5E681;
}
.TagClassName
{
border-color: #F5E681;
}
</style>