Shades of Texas #F6F282
Tints of Texas #F6F282
RGB
CMYK
RGB Variations
Color information
#F6F282 (or 0xF6F282) is known color: Texas. HEX triplet: F6, F2 and 82. RGB value is (246,242,130). Sum of RGB (Red+Green+Blue) = 246+242+130=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 130 (51.17% from 255 or 21.04% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F282 is #090D7D. Grayscale: #E6E6E6. Windows color (decimal): -593278 or 8581878. OLE color: 8581878.
HSL color Cylindrical-coordinate representation of color #F6F282: hue angle of 57.93º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6F282 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 242 | 130 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.04 |
| HSL | 57.93º | 0.87% | 0.74% | - |
| HSV(B) | 57.93º | 0.47% | 0.96% | - |
| XYZ | 73.79 | 84.71 | 33.58 | - |
| YUV | 230.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 242 | 130 | 0 | 0.02 | 0.47 | 0.04 | 57.93 | 0.87 | 0.74 |
| Hex | F6 | F2 | 82 | 0 | 2 | 2F | 4 | 3A | 57 | 4A |
| Octal | 366 | 362 | 202 | 0 | 2 | 57 | 4 | 72 | 127 | 112 |
| Binary | 11110110 | 11110010 | 10000010 | 0 | 10 | 101111 | 100 | 111010 | 1010111 | 1001010 |
Color Harmonies of #F6F282
Complementary color
Monochromatic Colors of #F6F282
Black with #F6F282
Text Example
Text Example
White with #F6F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F282; }
p { color: rgb(246,242,130); }
H1.HeaderClassName
{
color: #F6F282;
}
.AnyTagClassName
{
color: #F6F282;
}
</style>
background-color css
<style>
a { background-color: #F6F282; }
a { background-color: rgb(246,242,130); }
div.DivClassName
{
background-color: #F6F282;
}
.BgClassName
{
background-color: #F6F282;
}
</style>
border-color css
<style>
span { border-color: #F6F282; }
span { border-color: rgb(246,242,130); }
td.TdClassName
{
border-color: #F6F282;
}
.TagClassName
{
border-color: #F6F282;
}
</style>