Shades of Texas Rose #F6AD5A
Tints of Texas Rose #F6AD5A
RGB
CMYK
RGB Variations
Color information
#F6AD5A (or 0xF6AD5A) is known color: Texas Rose. HEX triplet: F6, AD and 5A. RGB value is (246,173,90). Sum of RGB (Red+Green+Blue) = 246+173+90=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD5A is #0952A5. Grayscale: #B9B9B9. Windows color (decimal): -610982 or 5942774. OLE color: 5942774.
HSL color Cylindrical-coordinate representation of color #F6AD5A: hue angle of 31.92º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6AD5A is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 90 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.04 |
| HSL | 31.92º | 0.9% | 0.66% | - |
| HSV(B) | 31.92º | 0.63% | 0.96% | - |
| XYZ | 54.8 | 50.22 | 16.48 | - |
| YUV | 185.37 | 74.18 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 90 | 0 | 0.30 | 0.63 | 0.04 | 31.92 | 0.9 | 0.66 |
| Hex | F6 | AD | 5A | 0 | 1E | 3F | 4 | 20 | 5A | 42 |
| Octal | 366 | 255 | 132 | 0 | 36 | 77 | 4 | 40 | 132 | 102 |
| Binary | 11110110 | 10101101 | 1011010 | 0 | 11110 | 111111 | 100 | 100000 | 1011010 | 1000010 |
Color Harmonies of #F6AD5A
Complementary color
Monochromatic Colors of #F6AD5A
Black with #F6AD5A
Text Example
Text Example
White with #F6AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD5A; }
p { color: rgb(246,173,90); }
H1.HeaderClassName
{
color: #F6AD5A;
}
.AnyTagClassName
{
color: #F6AD5A;
}
</style>
background-color css
<style>
a { background-color: #F6AD5A; }
a { background-color: rgb(246,173,90); }
div.DivClassName
{
background-color: #F6AD5A;
}
.BgClassName
{
background-color: #F6AD5A;
}
</style>
border-color css
<style>
span { border-color: #F6AD5A; }
span { border-color: rgb(246,173,90); }
td.TdClassName
{
border-color: #F6AD5A;
}
.TagClassName
{
border-color: #F6AD5A;
}
</style>