Shades of Texas #F5F181
Tints of Texas #F5F181
RGB
CMYK
RGB Variations
Color information
#F5F181 (or 0xF5F181) is known color: Texas. HEX triplet: F5, F1 and 81. RGB value is (245,241,129). Sum of RGB (Red+Green+Blue) = 245+241+129=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 129 (50.78% from 255 or 20.98% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F181 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F181 is #0A0E7E. Grayscale: #E5E5E5. Windows color (decimal): -659071 or 8516085. OLE color: 8516085.
HSL color Cylindrical-coordinate representation of color #F5F181: hue angle of 57.93º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5F181 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 129 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.04 |
| HSL | 57.93º | 0.85% | 0.73% | - |
| HSV(B) | 57.93º | 0.47% | 0.96% | - |
| XYZ | 73.07 | 83.91 | 33.11 | - |
| YUV | 229.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 129 | 0 | 0.02 | 0.47 | 0.04 | 57.93 | 0.85 | 0.73 |
| Hex | F5 | F1 | 81 | 0 | 2 | 2F | 4 | 3A | 55 | 49 |
| Octal | 365 | 361 | 201 | 0 | 2 | 57 | 4 | 72 | 125 | 111 |
| Binary | 11110101 | 11110001 | 10000001 | 0 | 10 | 101111 | 100 | 111010 | 1010101 | 1001001 |
Color Harmonies of #F5F181
Complementary color
Monochromatic Colors of #F5F181
Black with #F5F181
Text Example
Text Example
White with #F5F181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F181; }
p { color: rgb(245,241,129); }
H1.HeaderClassName
{
color: #F5F181;
}
.AnyTagClassName
{
color: #F5F181;
}
</style>
background-color css
<style>
a { background-color: #F5F181; }
a { background-color: rgb(245,241,129); }
div.DivClassName
{
background-color: #F5F181;
}
.BgClassName
{
background-color: #F5F181;
}
</style>
border-color css
<style>
span { border-color: #F5F181; }
span { border-color: rgb(245,241,129); }
td.TdClassName
{
border-color: #F5F181;
}
.TagClassName
{
border-color: #F5F181;
}
</style>