Shades of Texas #F3ED80
Tints of Texas #F3ED80
RGB
CMYK
RGB Variations
Color information
#F3ED80 (or 0xF3ED80) is known color: Texas. HEX triplet: F3, ED and 80. RGB value is (243,237,128). Sum of RGB (Red+Green+Blue) = 243+237+128=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3ED80 is #0C127F. Grayscale: #E2E2E2. Windows color (decimal): -791168 or 8449523. OLE color: 8449523.
HSL color Cylindrical-coordinate representation of color #F3ED80: hue angle of 56.87º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3ED80 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 128 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.05 |
| HSL | 56.87º | 0.83% | 0.73% | - |
| HSV(B) | 56.87º | 0.47% | 0.95% | - |
| XYZ | 71.14 | 81.18 | 32.34 | - |
| YUV | 226.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 128 | 0 | 0.02 | 0.47 | 0.05 | 56.87 | 0.83 | 0.73 |
| Hex | F3 | ED | 80 | 0 | 2 | 2F | 5 | 39 | 53 | 49 |
| Octal | 363 | 355 | 200 | 0 | 2 | 57 | 5 | 71 | 123 | 111 |
| Binary | 11110011 | 11101101 | 10000000 | 0 | 10 | 101111 | 101 | 111001 | 1010011 | 1001001 |
Color Harmonies of #F3ED80
Complementary color
Monochromatic Colors of #F3ED80
Black with #F3ED80
Text Example
Text Example
White with #F3ED80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED80; }
p { color: rgb(243,237,128); }
H1.HeaderClassName
{
color: #F3ED80;
}
.AnyTagClassName
{
color: #F3ED80;
}
</style>
background-color css
<style>
a { background-color: #F3ED80; }
a { background-color: rgb(243,237,128); }
div.DivClassName
{
background-color: #F3ED80;
}
.BgClassName
{
background-color: #F3ED80;
}
</style>
border-color css
<style>
span { border-color: #F3ED80; }
span { border-color: rgb(243,237,128); }
td.TdClassName
{
border-color: #F3ED80;
}
.TagClassName
{
border-color: #F3ED80;
}
</style>