Shades of Texas Rose #F5AD56
Tints of Texas Rose #F5AD56
RGB
CMYK
RGB Variations
Color information
#F5AD56 (or 0xF5AD56) is known color: Texas Rose. HEX triplet: F5, AD and 56. RGB value is (245,173,86). Sum of RGB (Red+Green+Blue) = 245+173+86=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD56 is #0A52A9. Grayscale: #B9B9B9. Windows color (decimal): -676522 or 5680629. OLE color: 5680629.
HSL color Cylindrical-coordinate representation of color #F5AD56: hue angle of 32.83º 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 #F5AD56 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 86 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.04 |
| HSL | 32.83º | 0.89% | 0.65% | - |
| HSV(B) | 32.83º | 0.65% | 0.96% | - |
| XYZ | 54.28 | 49.97 | 15.59 | - |
| YUV | 184.61 | 72.35 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 86 | 0 | 0.29 | 0.65 | 0.04 | 32.83 | 0.89 | 0.65 |
| Hex | F5 | AD | 56 | 0 | 1D | 41 | 4 | 21 | 59 | 41 |
| Octal | 365 | 255 | 126 | 0 | 35 | 101 | 4 | 41 | 131 | 101 |
| Binary | 11110101 | 10101101 | 1010110 | 0 | 11101 | 1000001 | 100 | 100001 | 1011001 | 1000001 |
Color Harmonies of #F5AD56
Complementary color
Monochromatic Colors of #F5AD56
Black with #F5AD56
Text Example
Text Example
White with #F5AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD56; }
p { color: rgb(245,173,86); }
H1.HeaderClassName
{
color: #F5AD56;
}
.AnyTagClassName
{
color: #F5AD56;
}
</style>
background-color css
<style>
a { background-color: #F5AD56; }
a { background-color: rgb(245,173,86); }
div.DivClassName
{
background-color: #F5AD56;
}
.BgClassName
{
background-color: #F5AD56;
}
</style>
border-color css
<style>
span { border-color: #F5AD56; }
span { border-color: rgb(245,173,86); }
td.TdClassName
{
border-color: #F5AD56;
}
.TagClassName
{
border-color: #F5AD56;
}
</style>