Shades of Texas Rose #F6A853
Tints of Texas Rose #F6A853
RGB
CMYK
RGB Variations
Color information
#F6A853 (or 0xF6A853) is known color: Texas Rose. HEX triplet: F6, A8 and 53. RGB value is (246,168,83). Sum of RGB (Red+Green+Blue) = 246+168+83=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A853 is #0957AC. Grayscale: #B6B6B6. Windows color (decimal): -612269 or 5482742. OLE color: 5482742.
HSL color Cylindrical-coordinate representation of color #F6A853: hue angle of 31.29º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F6A853 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 168 | 83 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.04 |
| HSL | 31.29º | 0.9% | 0.65% | - |
| HSV(B) | 31.29º | 0.66% | 0.96% | - |
| XYZ | 53.57 | 48.22 | 14.67 | - |
| YUV | 181.63 | 72.34 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 168 | 83 | 0 | 0.32 | 0.66 | 0.04 | 31.29 | 0.9 | 0.65 |
| Hex | F6 | A8 | 53 | 0 | 20 | 42 | 4 | 1F | 5A | 41 |
| Octal | 366 | 250 | 123 | 0 | 40 | 102 | 4 | 37 | 132 | 101 |
| Binary | 11110110 | 10101000 | 1010011 | 0 | 100000 | 1000010 | 100 | 11111 | 1011010 | 1000001 |
Color Harmonies of #F6A853
Complementary color
Monochromatic Colors of #F6A853
Black with #F6A853
Text Example
Text Example
White with #F6A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A853; }
p { color: rgb(246,168,83); }
H1.HeaderClassName
{
color: #F6A853;
}
.AnyTagClassName
{
color: #F6A853;
}
</style>
background-color css
<style>
a { background-color: #F6A853; }
a { background-color: rgb(246,168,83); }
div.DivClassName
{
background-color: #F6A853;
}
.BgClassName
{
background-color: #F6A853;
}
</style>
border-color css
<style>
span { border-color: #F6A853; }
span { border-color: rgb(246,168,83); }
td.TdClassName
{
border-color: #F6A853;
}
.TagClassName
{
border-color: #F6A853;
}
</style>