Shades of Texas #F0F183
Tints of Texas #F0F183
RGB
CMYK
RGB Variations
Color information
#F0F183 (or 0xF0F183) is known color: Texas. HEX triplet: F0, F1 and 83. RGB value is (240,241,131). Sum of RGB (Red+Green+Blue) = 240+241+131=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 131 (51.56% from 255 or 21.41% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F183 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F183 is #0F0E7C. Grayscale: #E4E4E4. Windows color (decimal): -986749 or 8647152. OLE color: 8647152.
HSL color Cylindrical-coordinate representation of color #F0F183: hue angle of 60.55º 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 #F0F183 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 131 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.05 |
| HSL | 60.55º | 0.8% | 0.73% | - |
| HSV(B) | 60.55º | 0.46% | 0.95% | - |
| XYZ | 71.49 | 83.07 | 33.74 | - |
| YUV | 228.16 | 73.17 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 131 | 0.00 | 0 | 0.46 | 0.05 | 60.55 | 0.8 | 0.73 |
| Hex | F0 | F1 | 83 | 0 | 0 | 2E | 5 | 3D | 50 | 49 |
| Octal | 360 | 361 | 203 | 0 | 0 | 56 | 5 | 75 | 120 | 111 |
| Binary | 11110000 | 11110001 | 10000011 | 0 | 0 | 101110 | 101 | 111101 | 1010000 | 1001001 |
Color Harmonies of #F0F183
Complementary color
Monochromatic Colors of #F0F183
Black with #F0F183
Text Example
Text Example
White with #F0F183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F183; }
p { color: rgb(240,241,131); }
H1.HeaderClassName
{
color: #F0F183;
}
.AnyTagClassName
{
color: #F0F183;
}
</style>
background-color css
<style>
a { background-color: #F0F183; }
a { background-color: rgb(240,241,131); }
div.DivClassName
{
background-color: #F0F183;
}
.BgClassName
{
background-color: #F0F183;
}
</style>
border-color css
<style>
span { border-color: #F0F183; }
span { border-color: rgb(240,241,131); }
td.TdClassName
{
border-color: #F0F183;
}
.TagClassName
{
border-color: #F0F183;
}
</style>