Shades of Texas Rose #F5A854
Tints of Texas Rose #F5A854
RGB
CMYK
RGB Variations
Color information
#F5A854 (or 0xF5A854) is known color: Texas Rose. HEX triplet: F5, A8 and 54. RGB value is (245,168,84). Sum of RGB (Red+Green+Blue) = 245+168+84=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A854 is #0A57AB. Grayscale: #B5B5B5. Windows color (decimal): -677804 or 5548277. OLE color: 5548277.
HSL color Cylindrical-coordinate representation of color #F5A854: hue angle of 31.3º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5A854 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 84 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.04 |
| HSL | 31.3º | 0.89% | 0.65% | - |
| HSV(B) | 31.3º | 0.66% | 0.96% | - |
| XYZ | 53.26 | 48.06 | 14.86 | - |
| YUV | 181.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 84 | 0 | 0.31 | 0.66 | 0.04 | 31.3 | 0.89 | 0.65 |
| Hex | F5 | A8 | 54 | 0 | 1F | 42 | 4 | 1F | 59 | 41 |
| Octal | 365 | 250 | 124 | 0 | 37 | 102 | 4 | 37 | 131 | 101 |
| Binary | 11110101 | 10101000 | 1010100 | 0 | 11111 | 1000010 | 100 | 11111 | 1011001 | 1000001 |
Color Harmonies of #F5A854
Complementary color
Monochromatic Colors of #F5A854
Black with #F5A854
Text Example
Text Example
White with #F5A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A854; }
p { color: rgb(245,168,84); }
H1.HeaderClassName
{
color: #F5A854;
}
.AnyTagClassName
{
color: #F5A854;
}
</style>
background-color css
<style>
a { background-color: #F5A854; }
a { background-color: rgb(245,168,84); }
div.DivClassName
{
background-color: #F5A854;
}
.BgClassName
{
background-color: #F5A854;
}
</style>
border-color css
<style>
span { border-color: #F5A854; }
span { border-color: rgb(245,168,84); }
td.TdClassName
{
border-color: #F5A854;
}
.TagClassName
{
border-color: #F5A854;
}
</style>