Shades of Texas Rose #F5AD54
Tints of Texas Rose #F5AD54
RGB
CMYK
RGB Variations
Color information
#F5AD54 (or 0xF5AD54) is known color: Texas Rose. HEX triplet: F5, AD and 54. RGB value is (245,173,84). Sum of RGB (Red+Green+Blue) = 245+173+84=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD54 is #0A52AB. Grayscale: #B8B8B8. Windows color (decimal): -676524 or 5549557. OLE color: 5549557.
HSL color Cylindrical-coordinate representation of color #F5AD54: hue angle of 33.17º 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 #F5AD54 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 84 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.04 |
| HSL | 33.17º | 0.89% | 0.65% | - |
| HSV(B) | 33.17º | 0.66% | 0.96% | - |
| XYZ | 54.2 | 49.94 | 15.17 | - |
| YUV | 184.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 84 | 0 | 0.29 | 0.66 | 0.04 | 33.17 | 0.89 | 0.65 |
| Hex | F5 | AD | 54 | 0 | 1D | 42 | 4 | 21 | 59 | 41 |
| Octal | 365 | 255 | 124 | 0 | 35 | 102 | 4 | 41 | 131 | 101 |
| Binary | 11110101 | 10101101 | 1010100 | 0 | 11101 | 1000010 | 100 | 100001 | 1011001 | 1000001 |
Color Harmonies of #F5AD54
Complementary color
Monochromatic Colors of #F5AD54
Black with #F5AD54
Text Example
Text Example
White with #F5AD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD54; }
p { color: rgb(245,173,84); }
H1.HeaderClassName
{
color: #F5AD54;
}
.AnyTagClassName
{
color: #F5AD54;
}
</style>
background-color css
<style>
a { background-color: #F5AD54; }
a { background-color: rgb(245,173,84); }
div.DivClassName
{
background-color: #F5AD54;
}
.BgClassName
{
background-color: #F5AD54;
}
</style>
border-color css
<style>
span { border-color: #F5AD54; }
span { border-color: rgb(245,173,84); }
td.TdClassName
{
border-color: #F5AD54;
}
.TagClassName
{
border-color: #F5AD54;
}
</style>