Shades of Texas Rose #F5A855
Tints of Texas Rose #F5A855
RGB
CMYK
RGB Variations
Color information
#F5A855 (or 0xF5A855) is known color: Texas Rose. HEX triplet: F5, A8 and 55. RGB value is (245,168,85). Sum of RGB (Red+Green+Blue) = 245+168+85=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A855 is #0A57AA. Grayscale: #B5B5B5. Windows color (decimal): -677803 or 5613813. OLE color: 5613813.
HSL color Cylindrical-coordinate representation of color #F5A855: hue angle of 31.12º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5A855 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 85 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.04 |
| HSL | 31.13º | 0.89% | 0.65% | - |
| HSV(B) | 31.13º | 0.65% | 0.96% | - |
| XYZ | 53.3 | 48.07 | 15.06 | - |
| YUV | 181.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 85 | 0 | 0.31 | 0.65 | 0.04 | 31.13 | 0.89 | 0.65 |
| Hex | F5 | A8 | 55 | 0 | 1F | 41 | 4 | 1F | 59 | 41 |
| Octal | 365 | 250 | 125 | 0 | 37 | 101 | 4 | 37 | 131 | 101 |
| Binary | 11110101 | 10101000 | 1010101 | 0 | 11111 | 1000001 | 100 | 11111 | 1011001 | 1000001 |
Color Harmonies of #F5A855
Complementary color
Monochromatic Colors of #F5A855
Black with #F5A855
Text Example
Text Example
White with #F5A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A855; }
p { color: rgb(245,168,85); }
H1.HeaderClassName
{
color: #F5A855;
}
.AnyTagClassName
{
color: #F5A855;
}
</style>
background-color css
<style>
a { background-color: #F5A855; }
a { background-color: rgb(245,168,85); }
div.DivClassName
{
background-color: #F5A855;
}
.BgClassName
{
background-color: #F5A855;
}
</style>
border-color css
<style>
span { border-color: #F5A855; }
span { border-color: rgb(245,168,85); }
td.TdClassName
{
border-color: #F5A855;
}
.TagClassName
{
border-color: #F5A855;
}
</style>