Shades of Texas #F5F082
Tints of Texas #F5F082
RGB
CMYK
RGB Variations
Color information
#F5F082 (or 0xF5F082) is known color: Texas. HEX triplet: F5, F0 and 82. RGB value is (245,240,130). Sum of RGB (Red+Green+Blue) = 245+240+130=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F082 is #0A0F7D. Grayscale: #E5E5E5. Windows color (decimal): -659326 or 8581365. OLE color: 8581365.
HSL color Cylindrical-coordinate representation of color #F5F082: hue angle of 57.39º 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 #F5F082 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 130 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.04 |
| HSL | 57.39º | 0.85% | 0.74% | - |
| HSV(B) | 57.39º | 0.47% | 0.96% | - |
| XYZ | 72.85 | 83.34 | 33.37 | - |
| YUV | 228.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 130 | 0 | 0.02 | 0.47 | 0.04 | 57.39 | 0.85 | 0.74 |
| Hex | F5 | F0 | 82 | 0 | 2 | 2F | 4 | 39 | 55 | 4A |
| Octal | 365 | 360 | 202 | 0 | 2 | 57 | 4 | 71 | 125 | 112 |
| Binary | 11110101 | 11110000 | 10000010 | 0 | 10 | 101111 | 100 | 111001 | 1010101 | 1001010 |
Color Harmonies of #F5F082
Complementary color
Monochromatic Colors of #F5F082
Black with #F5F082
Text Example
Text Example
White with #F5F082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F082; }
p { color: rgb(245,240,130); }
H1.HeaderClassName
{
color: #F5F082;
}
.AnyTagClassName
{
color: #F5F082;
}
</style>
background-color css
<style>
a { background-color: #F5F082; }
a { background-color: rgb(245,240,130); }
div.DivClassName
{
background-color: #F5F082;
}
.BgClassName
{
background-color: #F5F082;
}
</style>
border-color css
<style>
span { border-color: #F5F082; }
span { border-color: rgb(245,240,130); }
td.TdClassName
{
border-color: #F5F082;
}
.TagClassName
{
border-color: #F5F082;
}
</style>