Shades of Texas Rose #F7AD56
Tints of Texas Rose #F7AD56
RGB
CMYK
RGB Variations
Color information
#F7AD56 (or 0xF7AD56) is known color: Texas Rose. HEX triplet: F7, AD and 56. RGB value is (247,173,86). Sum of RGB (Red+Green+Blue) = 247+173+86=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AD56 is #0852A9. Grayscale: #B9B9B9. Windows color (decimal): -545450 or 5680631. OLE color: 5680631.
HSL color Cylindrical-coordinate representation of color #F7AD56: hue angle of 32.42º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7AD56 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 173 | 86 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.03 |
| HSL | 32.42º | 0.91% | 0.65% | - |
| HSV(B) | 32.42º | 0.65% | 0.97% | - |
| XYZ | 54.98 | 50.33 | 15.62 | - |
| YUV | 185.21 | 72.02 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 173 | 86 | 0 | 0.30 | 0.65 | 0.03 | 32.42 | 0.91 | 0.65 |
| Hex | F7 | AD | 56 | 0 | 1E | 41 | 3 | 20 | 5B | 41 |
| Octal | 367 | 255 | 126 | 0 | 36 | 101 | 3 | 40 | 133 | 101 |
| Binary | 11110111 | 10101101 | 1010110 | 0 | 11110 | 1000001 | 11 | 100000 | 1011011 | 1000001 |
Color Harmonies of #F7AD56
Complementary color
Monochromatic Colors of #F7AD56
Black with #F7AD56
Text Example
Text Example
White with #F7AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AD56; }
p { color: rgb(247,173,86); }
H1.HeaderClassName
{
color: #F7AD56;
}
.AnyTagClassName
{
color: #F7AD56;
}
</style>
background-color css
<style>
a { background-color: #F7AD56; }
a { background-color: rgb(247,173,86); }
div.DivClassName
{
background-color: #F7AD56;
}
.BgClassName
{
background-color: #F7AD56;
}
</style>
border-color css
<style>
span { border-color: #F7AD56; }
span { border-color: rgb(247,173,86); }
td.TdClassName
{
border-color: #F7AD56;
}
.TagClassName
{
border-color: #F7AD56;
}
</style>