Shades of Texas Rose #F7A853
Tints of Texas Rose #F7A853
RGB
CMYK
RGB Variations
Color information
#F7A853 (or 0xF7A853) is known color: Texas Rose. HEX triplet: F7, A8 and 53. RGB value is (247,168,83). Sum of RGB (Red+Green+Blue) = 247+168+83=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A853 is #0857AC. Grayscale: #B6B6B6. Windows color (decimal): -546733 or 5482743. OLE color: 5482743.
HSL color Cylindrical-coordinate representation of color #F7A853: hue angle of 31.1º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7A853 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 83 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.03 |
| HSL | 31.1º | 0.91% | 0.65% | - |
| HSV(B) | 31.1º | 0.66% | 0.97% | - |
| XYZ | 53.92 | 48.4 | 14.68 | - |
| YUV | 181.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 83 | 0 | 0.32 | 0.66 | 0.03 | 31.1 | 0.91 | 0.65 |
| Hex | F7 | A8 | 53 | 0 | 20 | 42 | 3 | 1F | 5B | 41 |
| Octal | 367 | 250 | 123 | 0 | 40 | 102 | 3 | 37 | 133 | 101 |
| Binary | 11110111 | 10101000 | 1010011 | 0 | 100000 | 1000010 | 11 | 11111 | 1011011 | 1000001 |
Color Harmonies of #F7A853
Complementary color
Monochromatic Colors of #F7A853
Black with #F7A853
Text Example
Text Example
White with #F7A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A853; }
p { color: rgb(247,168,83); }
H1.HeaderClassName
{
color: #F7A853;
}
.AnyTagClassName
{
color: #F7A853;
}
</style>
background-color css
<style>
a { background-color: #F7A853; }
a { background-color: rgb(247,168,83); }
div.DivClassName
{
background-color: #F7A853;
}
.BgClassName
{
background-color: #F7A853;
}
</style>
border-color css
<style>
span { border-color: #F7A853; }
span { border-color: rgb(247,168,83); }
td.TdClassName
{
border-color: #F7A853;
}
.TagClassName
{
border-color: #F7A853;
}
</style>