Shades of Texas #F0F17D
Tints of Texas #F0F17D
RGB
CMYK
RGB Variations
Color information
#F0F17D (or 0xF0F17D) is known color: Texas. HEX triplet: F0, F1 and 7D. RGB value is (240,241,125). Sum of RGB (Red+Green+Blue) = 240+241+125=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F17D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F17D is #0F0E82. Grayscale: #E3E3E3. Windows color (decimal): -986755 or 8253936. OLE color: 8253936.
HSL color Cylindrical-coordinate representation of color #F0F17D: hue angle of 60.52º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0F17D is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 241 | 125 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.05 |
| HSL | 60.52º | 0.81% | 0.72% | - |
| HSV(B) | 60.52º | 0.48% | 0.95% | - |
| XYZ | 71.09 | 82.92 | 31.66 | - |
| YUV | 227.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 241 | 125 | 0.00 | 0 | 0.48 | 0.05 | 60.52 | 0.81 | 0.72 |
| Hex | F0 | F1 | 7D | 0 | 0 | 30 | 5 | 3D | 51 | 48 |
| Octal | 360 | 361 | 175 | 0 | 0 | 60 | 5 | 75 | 121 | 110 |
| Binary | 11110000 | 11110001 | 1111101 | 0 | 0 | 110000 | 101 | 111101 | 1010001 | 1001000 |
Color Harmonies of #F0F17D
Complementary color
Monochromatic Colors of #F0F17D
Black with #F0F17D
Text Example
Text Example
White with #F0F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F17D; }
p { color: rgb(240,241,125); }
H1.HeaderClassName
{
color: #F0F17D;
}
.AnyTagClassName
{
color: #F0F17D;
}
</style>
background-color css
<style>
a { background-color: #F0F17D; }
a { background-color: rgb(240,241,125); }
div.DivClassName
{
background-color: #F0F17D;
}
.BgClassName
{
background-color: #F0F17D;
}
</style>
border-color css
<style>
span { border-color: #F0F17D; }
span { border-color: rgb(240,241,125); }
td.TdClassName
{
border-color: #F0F17D;
}
.TagClassName
{
border-color: #F0F17D;
}
</style>