Shades of Texas #F3E782
Tints of Texas #F3E782
RGB
CMYK
RGB Variations
Color information
#F3E782 (or 0xF3E782) is known color: Texas. HEX triplet: F3, E7 and 82. RGB value is (243,231,130). Sum of RGB (Red+Green+Blue) = 243+231+130=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 130 (51.17% from 255 or 21.52% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E782 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E782 is #0C187D. Grayscale: #DFDFDF. Windows color (decimal): -792702 or 8579059. OLE color: 8579059.
HSL color Cylindrical-coordinate representation of color #F3E782: hue angle of 53.63º degrees, saturation: 0.82, 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 #F3E782 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 231 | 130 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.05 |
| HSL | 53.63º | 0.82% | 0.73% | - |
| HSV(B) | 53.63º | 0.47% | 0.95% | - |
| XYZ | 69.57 | 77.82 | 32.47 | - |
| YUV | 223.07 | 75.48 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 231 | 130 | 0 | 0.05 | 0.47 | 0.05 | 53.63 | 0.82 | 0.73 |
| Hex | F3 | E7 | 82 | 0 | 5 | 2F | 5 | 36 | 52 | 49 |
| Octal | 363 | 347 | 202 | 0 | 5 | 57 | 5 | 66 | 122 | 111 |
| Binary | 11110011 | 11100111 | 10000010 | 0 | 101 | 101111 | 101 | 110110 | 1010010 | 1001001 |
Color Harmonies of #F3E782
Complementary color
Monochromatic Colors of #F3E782
Black with #F3E782
Text Example
Text Example
White with #F3E782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E782; }
p { color: rgb(243,231,130); }
H1.HeaderClassName
{
color: #F3E782;
}
.AnyTagClassName
{
color: #F3E782;
}
</style>
background-color css
<style>
a { background-color: #F3E782; }
a { background-color: rgb(243,231,130); }
div.DivClassName
{
background-color: #F3E782;
}
.BgClassName
{
background-color: #F3E782;
}
</style>
border-color css
<style>
span { border-color: #F3E782; }
span { border-color: rgb(243,231,130); }
td.TdClassName
{
border-color: #F3E782;
}
.TagClassName
{
border-color: #F3E782;
}
</style>