Shades of Texas Rose #F5AD58
Tints of Texas Rose #F5AD58
RGB
CMYK
RGB Variations
Color information
#F5AD58 (or 0xF5AD58) is known color: Texas Rose. HEX triplet: F5, AD and 58. RGB value is (245,173,88). Sum of RGB (Red+Green+Blue) = 245+173+88=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD58 is #0A52A7. Grayscale: #B9B9B9. Windows color (decimal): -676520 or 5811701. OLE color: 5811701.
HSL color Cylindrical-coordinate representation of color #F5AD58: hue angle of 32.48º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5AD58 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 88 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.04 |
| HSL | 32.48º | 0.89% | 0.65% | - |
| HSV(B) | 32.48º | 0.64% | 0.96% | - |
| XYZ | 54.36 | 50 | 16.02 | - |
| YUV | 184.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 88 | 0 | 0.29 | 0.64 | 0.04 | 32.48 | 0.89 | 0.65 |
| Hex | F5 | AD | 58 | 0 | 1D | 40 | 4 | 20 | 59 | 41 |
| Octal | 365 | 255 | 130 | 0 | 35 | 100 | 4 | 40 | 131 | 101 |
| Binary | 11110101 | 10101101 | 1011000 | 0 | 11101 | 1000000 | 100 | 100000 | 1011001 | 1000001 |
Color Harmonies of #F5AD58
Complementary color
Monochromatic Colors of #F5AD58
Black with #F5AD58
Text Example
Text Example
White with #F5AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD58; }
p { color: rgb(245,173,88); }
H1.HeaderClassName
{
color: #F5AD58;
}
.AnyTagClassName
{
color: #F5AD58;
}
</style>
background-color css
<style>
a { background-color: #F5AD58; }
a { background-color: rgb(245,173,88); }
div.DivClassName
{
background-color: #F5AD58;
}
.BgClassName
{
background-color: #F5AD58;
}
</style>
border-color css
<style>
span { border-color: #F5AD58; }
span { border-color: rgb(245,173,88); }
td.TdClassName
{
border-color: #F5AD58;
}
.TagClassName
{
border-color: #F5AD58;
}
</style>