Shades of Texas #F5F182
Tints of Texas #F5F182
RGB
CMYK
RGB Variations
Color information
#F5F182 (or 0xF5F182) is known color: Texas. HEX triplet: F5, F1 and 82. RGB value is (245,241,130). Sum of RGB (Red+Green+Blue) = 245+241+130=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F182 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F182 is #0A0E7D. Grayscale: #E5E5E5. Windows color (decimal): -659070 or 8581621. OLE color: 8581621.
HSL color Cylindrical-coordinate representation of color #F5F182: hue angle of 57.91º degrees, saturation: 0.85, 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 #F5F182 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 130 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.04 |
| HSL | 57.91º | 0.85% | 0.74% | - |
| HSV(B) | 57.91º | 0.47% | 0.96% | - |
| XYZ | 73.14 | 83.93 | 33.47 | - |
| YUV | 229.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 130 | 0 | 0.02 | 0.47 | 0.04 | 57.91 | 0.85 | 0.74 |
| Hex | F5 | F1 | 82 | 0 | 2 | 2F | 4 | 3A | 55 | 4A |
| Octal | 365 | 361 | 202 | 0 | 2 | 57 | 4 | 72 | 125 | 112 |
| Binary | 11110101 | 11110001 | 10000010 | 0 | 10 | 101111 | 100 | 111010 | 1010101 | 1001010 |
Color Harmonies of #F5F182
Complementary color
Monochromatic Colors of #F5F182
Black with #F5F182
Text Example
Text Example
White with #F5F182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F182; }
p { color: rgb(245,241,130); }
H1.HeaderClassName
{
color: #F5F182;
}
.AnyTagClassName
{
color: #F5F182;
}
</style>
background-color css
<style>
a { background-color: #F5F182; }
a { background-color: rgb(245,241,130); }
div.DivClassName
{
background-color: #F5F182;
}
.BgClassName
{
background-color: #F5F182;
}
</style>
border-color css
<style>
span { border-color: #F5F182; }
span { border-color: rgb(245,241,130); }
td.TdClassName
{
border-color: #F5F182;
}
.TagClassName
{
border-color: #F5F182;
}
</style>