Shades of Texas Rose #F5A750
Tints of Texas Rose #F5A750
RGB
CMYK
RGB Variations
Color information
#F5A750 (or 0xF5A750) is known color: Texas Rose. HEX triplet: F5, A7 and 50. RGB value is (245,167,80). Sum of RGB (Red+Green+Blue) = 245+167+80=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A750 is #0A58AF. Grayscale: #B4B4B4. Windows color (decimal): -678064 or 5285877. OLE color: 5285877.
HSL color Cylindrical-coordinate representation of color #F5A750: hue angle of 31.64º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5A750 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 80 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.04 |
| HSL | 31.64º | 0.89% | 0.64% | - |
| HSV(B) | 31.64º | 0.67% | 0.96% | - |
| XYZ | 52.92 | 47.63 | 13.99 | - |
| YUV | 180.4 | 71.34 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 80 | 0 | 0.32 | 0.67 | 0.04 | 31.64 | 0.89 | 0.64 |
| Hex | F5 | A7 | 50 | 0 | 20 | 43 | 4 | 20 | 59 | 40 |
| Octal | 365 | 247 | 120 | 0 | 40 | 103 | 4 | 40 | 131 | 100 |
| Binary | 11110101 | 10100111 | 1010000 | 0 | 100000 | 1000011 | 100 | 100000 | 1011001 | 1000000 |
Color Harmonies of #F5A750
Complementary color
Monochromatic Colors of #F5A750
Black with #F5A750
Text Example
Text Example
White with #F5A750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A750; }
p { color: rgb(245,167,80); }
H1.HeaderClassName
{
color: #F5A750;
}
.AnyTagClassName
{
color: #F5A750;
}
</style>
background-color css
<style>
a { background-color: #F5A750; }
a { background-color: rgb(245,167,80); }
div.DivClassName
{
background-color: #F5A750;
}
.BgClassName
{
background-color: #F5A750;
}
</style>
border-color css
<style>
span { border-color: #F5A750; }
span { border-color: rgb(245,167,80); }
td.TdClassName
{
border-color: #F5A750;
}
.TagClassName
{
border-color: #F5A750;
}
</style>