Shades of Texas #F7F082
Tints of Texas #F7F082
RGB
CMYK
RGB Variations
Color information
#F7F082 (or 0xF7F082) is known color: Texas. HEX triplet: F7, F0 and 82. RGB value is (247,240,130). Sum of RGB (Red+Green+Blue) = 247+240+130=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F082 is #080F7D. Grayscale: #E6E6E6. Windows color (decimal): -528254 or 8581367. OLE color: 8581367.
HSL color Cylindrical-coordinate representation of color #F7F082: hue angle of 56.41º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7F082 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 240 | 130 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.03 |
| HSL | 56.41º | 0.88% | 0.74% | - |
| HSV(B) | 56.41º | 0.47% | 0.97% | - |
| XYZ | 73.55 | 83.71 | 33.4 | - |
| YUV | 229.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 240 | 130 | 0 | 0.03 | 0.47 | 0.03 | 56.41 | 0.88 | 0.74 |
| Hex | F7 | F0 | 82 | 0 | 3 | 2F | 3 | 38 | 58 | 4A |
| Octal | 367 | 360 | 202 | 0 | 3 | 57 | 3 | 70 | 130 | 112 |
| Binary | 11110111 | 11110000 | 10000010 | 0 | 11 | 101111 | 11 | 111000 | 1011000 | 1001010 |
Color Harmonies of #F7F082
Complementary color
Monochromatic Colors of #F7F082
Black with #F7F082
Text Example
Text Example
White with #F7F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F082; }
p { color: rgb(247,240,130); }
H1.HeaderClassName
{
color: #F7F082;
}
.AnyTagClassName
{
color: #F7F082;
}
</style>
background-color css
<style>
a { background-color: #F7F082; }
a { background-color: rgb(247,240,130); }
div.DivClassName
{
background-color: #F7F082;
}
.BgClassName
{
background-color: #F7F082;
}
</style>
border-color css
<style>
span { border-color: #F7F082; }
span { border-color: rgb(247,240,130); }
td.TdClassName
{
border-color: #F7F082;
}
.TagClassName
{
border-color: #F7F082;
}
</style>