Shades of Texas Rose #F7AD51
Tints of Texas Rose #F7AD51
RGB
CMYK
RGB Variations
Color information
#F7AD51 (or 0xF7AD51) is known color: Texas Rose. HEX triplet: F7, AD and 51. RGB value is (247,173,81). Sum of RGB (Red+Green+Blue) = 247+173+81=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD51 is #0852AE. Grayscale: #B9B9B9. Windows color (decimal): -545455 or 5352951. OLE color: 5352951.
HSL color Cylindrical-coordinate representation of color #F7AD51: hue angle of 33.25º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F7AD51 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 81 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.03 |
| HSL | 33.25º | 0.91% | 0.64% | - |
| HSV(B) | 33.25º | 0.67% | 0.97% | - |
| XYZ | 54.79 | 50.26 | 14.6 | - |
| YUV | 184.64 | 69.52 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 81 | 0 | 0.30 | 0.67 | 0.03 | 33.25 | 0.91 | 0.64 |
| Hex | F7 | AD | 51 | 0 | 1E | 43 | 3 | 21 | 5B | 40 |
| Octal | 367 | 255 | 121 | 0 | 36 | 103 | 3 | 41 | 133 | 100 |
| Binary | 11110111 | 10101101 | 1010001 | 0 | 11110 | 1000011 | 11 | 100001 | 1011011 | 1000000 |
Color Harmonies of #F7AD51
Complementary color
Monochromatic Colors of #F7AD51
Black with #F7AD51
Text Example
Text Example
White with #F7AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD51; }
p { color: rgb(247,173,81); }
H1.HeaderClassName
{
color: #F7AD51;
}
.AnyTagClassName
{
color: #F7AD51;
}
</style>
background-color css
<style>
a { background-color: #F7AD51; }
a { background-color: rgb(247,173,81); }
div.DivClassName
{
background-color: #F7AD51;
}
.BgClassName
{
background-color: #F7AD51;
}
</style>
border-color css
<style>
span { border-color: #F7AD51; }
span { border-color: rgb(247,173,81); }
td.TdClassName
{
border-color: #F7AD51;
}
.TagClassName
{
border-color: #F7AD51;
}
</style>