Shades of Texas #F3F282
Tints of Texas #F3F282
RGB
CMYK
RGB Variations
Color information
#F3F282 (or 0xF3F282) is known color: Texas. HEX triplet: F3, F2 and 82. RGB value is (243,242,130). Sum of RGB (Red+Green+Blue) = 243+242+130=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F282 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F282 is #0C0D7D. Grayscale: #E5E5E5. Windows color (decimal): -789886 or 8581875. OLE color: 8581875.
HSL color Cylindrical-coordinate representation of color #F3F282: hue angle of 59.47º 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 #F3F282 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 130 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.05 |
| HSL | 59.47º | 0.82% | 0.73% | - |
| HSV(B) | 59.47º | 0.47% | 0.95% | - |
| XYZ | 72.74 | 84.17 | 33.53 | - |
| YUV | 229.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 130 | 0 | 0.00 | 0.47 | 0.05 | 59.47 | 0.82 | 0.73 |
| Hex | F3 | F2 | 82 | 0 | 0 | 2F | 5 | 3B | 52 | 49 |
| Octal | 363 | 362 | 202 | 0 | 0 | 57 | 5 | 73 | 122 | 111 |
| Binary | 11110011 | 11110010 | 10000010 | 0 | 0 | 101111 | 101 | 111011 | 1010010 | 1001001 |
Color Harmonies of #F3F282
Complementary color
Monochromatic Colors of #F3F282
Black with #F3F282
Text Example
Text Example
White with #F3F282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F282; }
p { color: rgb(243,242,130); }
H1.HeaderClassName
{
color: #F3F282;
}
.AnyTagClassName
{
color: #F3F282;
}
</style>
background-color css
<style>
a { background-color: #F3F282; }
a { background-color: rgb(243,242,130); }
div.DivClassName
{
background-color: #F3F282;
}
.BgClassName
{
background-color: #F3F282;
}
</style>
border-color css
<style>
span { border-color: #F3F282; }
span { border-color: rgb(243,242,130); }
td.TdClassName
{
border-color: #F3F282;
}
.TagClassName
{
border-color: #F3F282;
}
</style>