Shades of Texas #F0F182
Tints of Texas #F0F182
RGB
CMYK
RGB Variations
Color information
#F0F182 (or 0xF0F182) is known color: Texas. HEX triplet: F0, F1 and 82. RGB value is (240,241,130). Sum of RGB (Red+Green+Blue) = 240+241+130=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 130 (51.17% from 255 or 21.28% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F182 is #0F0E7D. Grayscale: #E4E4E4. Windows color (decimal): -986750 or 8581616. OLE color: 8581616.
HSL color Cylindrical-coordinate representation of color #F0F182: hue angle of 60.54º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0F182 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 130 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.05 |
| HSL | 60.54º | 0.8% | 0.73% | - |
| HSV(B) | 60.54º | 0.46% | 0.95% | - |
| XYZ | 71.42 | 83.05 | 33.38 | - |
| YUV | 228.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 130 | 0.00 | 0 | 0.46 | 0.05 | 60.54 | 0.8 | 0.73 |
| Hex | F0 | F1 | 82 | 0 | 0 | 2E | 5 | 3D | 50 | 49 |
| Octal | 360 | 361 | 202 | 0 | 0 | 56 | 5 | 75 | 120 | 111 |
| Binary | 11110000 | 11110001 | 10000010 | 0 | 0 | 101110 | 101 | 111101 | 1010000 | 1001001 |
Color Harmonies of #F0F182
Complementary color
Monochromatic Colors of #F0F182
Black with #F0F182
Text Example
Text Example
White with #F0F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F182; }
p { color: rgb(240,241,130); }
H1.HeaderClassName
{
color: #F0F182;
}
.AnyTagClassName
{
color: #F0F182;
}
</style>
background-color css
<style>
a { background-color: #F0F182; }
a { background-color: rgb(240,241,130); }
div.DivClassName
{
background-color: #F0F182;
}
.BgClassName
{
background-color: #F0F182;
}
</style>
border-color css
<style>
span { border-color: #F0F182; }
span { border-color: rgb(240,241,130); }
td.TdClassName
{
border-color: #F0F182;
}
.TagClassName
{
border-color: #F0F182;
}
</style>