Shades of Texas #F5ED7D
Tints of Texas #F5ED7D
RGB
CMYK
RGB Variations
Color information
#F5ED7D (or 0xF5ED7D) is known color: Texas. HEX triplet: F5, ED and 7D. RGB value is (245,237,125). Sum of RGB (Red+Green+Blue) = 245+237+125=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 125 (49.22% from 255 or 20.59% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5ED7D is #0A1282. Grayscale: #E3E3E3. Windows color (decimal): -660099 or 8252917. OLE color: 8252917.
HSL color Cylindrical-coordinate representation of color #F5ED7D: hue angle of 56º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5ED7D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 125 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.04 |
| HSL | 56º | 0.86% | 0.73% | - |
| HSV(B) | 56º | 0.49% | 0.96% | - |
| XYZ | 71.64 | 81.46 | 31.35 | - |
| YUV | 226.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 125 | 0 | 0.03 | 0.49 | 0.04 | 56 | 0.86 | 0.73 |
| Hex | F5 | ED | 7D | 0 | 3 | 31 | 4 | 38 | 56 | 49 |
| Octal | 365 | 355 | 175 | 0 | 3 | 61 | 4 | 70 | 126 | 111 |
| Binary | 11110101 | 11101101 | 1111101 | 0 | 11 | 110001 | 100 | 111000 | 1010110 | 1001001 |
Color Harmonies of #F5ED7D
Complementary color
Monochromatic Colors of #F5ED7D
Black with #F5ED7D
Text Example
Text Example
White with #F5ED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED7D; }
p { color: rgb(245,237,125); }
H1.HeaderClassName
{
color: #F5ED7D;
}
.AnyTagClassName
{
color: #F5ED7D;
}
</style>
background-color css
<style>
a { background-color: #F5ED7D; }
a { background-color: rgb(245,237,125); }
div.DivClassName
{
background-color: #F5ED7D;
}
.BgClassName
{
background-color: #F5ED7D;
}
</style>
border-color css
<style>
span { border-color: #F5ED7D; }
span { border-color: rgb(245,237,125); }
td.TdClassName
{
border-color: #F5ED7D;
}
.TagClassName
{
border-color: #F5ED7D;
}
</style>