Shades of Texas Rose #F7A851
Tints of Texas Rose #F7A851
RGB
CMYK
RGB Variations
Color information
#F7A851 (or 0xF7A851) is known color: Texas Rose. HEX triplet: F7, A8 and 51. RGB value is (247,168,81). Sum of RGB (Red+Green+Blue) = 247+168+81=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A851 is #0857AE. Grayscale: #B6B6B6. Windows color (decimal): -546735 or 5351671. OLE color: 5351671.
HSL color Cylindrical-coordinate representation of color #F7A851: hue angle of 31.45º 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 #F7A851 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 81 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.03 |
| HSL | 31.45º | 0.91% | 0.64% | - |
| HSV(B) | 31.45º | 0.67% | 0.97% | - |
| XYZ | 53.85 | 48.37 | 14.28 | - |
| YUV | 181.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 81 | 0 | 0.32 | 0.67 | 0.03 | 31.45 | 0.91 | 0.64 |
| Hex | F7 | A8 | 51 | 0 | 20 | 43 | 3 | 1F | 5B | 40 |
| Octal | 367 | 250 | 121 | 0 | 40 | 103 | 3 | 37 | 133 | 100 |
| Binary | 11110111 | 10101000 | 1010001 | 0 | 100000 | 1000011 | 11 | 11111 | 1011011 | 1000000 |
Color Harmonies of #F7A851
Complementary color
Monochromatic Colors of #F7A851
Black with #F7A851
Text Example
Text Example
White with #F7A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A851; }
p { color: rgb(247,168,81); }
H1.HeaderClassName
{
color: #F7A851;
}
.AnyTagClassName
{
color: #F7A851;
}
</style>
background-color css
<style>
a { background-color: #F7A851; }
a { background-color: rgb(247,168,81); }
div.DivClassName
{
background-color: #F7A851;
}
.BgClassName
{
background-color: #F7A851;
}
</style>
border-color css
<style>
span { border-color: #F7A851; }
span { border-color: rgb(247,168,81); }
td.TdClassName
{
border-color: #F7A851;
}
.TagClassName
{
border-color: #F7A851;
}
</style>