Shades of Texas #F3F082
Tints of Texas #F3F082
RGB
CMYK
RGB Variations
Color information
#F3F082 (or 0xF3F082) is known color: Texas. HEX triplet: F3, F0 and 82. RGB value is (243,240,130). Sum of RGB (Red+Green+Blue) = 243+240+130=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F082 is #0C0F7D. Grayscale: #E4E4E4. Windows color (decimal): -790398 or 8581363. OLE color: 8581363.
HSL color Cylindrical-coordinate representation of color #F3F082: hue angle of 58.41º 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 #F3F082 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 130 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.05 |
| HSL | 58.41º | 0.82% | 0.73% | - |
| HSV(B) | 58.41º | 0.47% | 0.95% | - |
| XYZ | 72.15 | 82.99 | 33.33 | - |
| YUV | 228.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 130 | 0 | 0.01 | 0.47 | 0.05 | 58.41 | 0.82 | 0.73 |
| Hex | F3 | F0 | 82 | 0 | 1 | 2F | 5 | 3A | 52 | 49 |
| Octal | 363 | 360 | 202 | 0 | 1 | 57 | 5 | 72 | 122 | 111 |
| Binary | 11110011 | 11110000 | 10000010 | 0 | 1 | 101111 | 101 | 111010 | 1010010 | 1001001 |
Color Harmonies of #F3F082
Complementary color
Monochromatic Colors of #F3F082
Black with #F3F082
Text Example
Text Example
White with #F3F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F082; }
p { color: rgb(243,240,130); }
H1.HeaderClassName
{
color: #F3F082;
}
.AnyTagClassName
{
color: #F3F082;
}
</style>
background-color css
<style>
a { background-color: #F3F082; }
a { background-color: rgb(243,240,130); }
div.DivClassName
{
background-color: #F3F082;
}
.BgClassName
{
background-color: #F3F082;
}
</style>
border-color css
<style>
span { border-color: #F3F082; }
span { border-color: rgb(243,240,130); }
td.TdClassName
{
border-color: #F3F082;
}
.TagClassName
{
border-color: #F3F082;
}
</style>