Shades of Texas Rose #FFA655
Tints of Texas Rose #FFA655
RGB
CMYK
RGB Variations
Color information
#FFA655 (or 0xFFA655) is known color: Texas Rose. HEX triplet: FF, A6 and 55. RGB value is (255,166,85). Sum of RGB (Red+Green+Blue) = 255+166+85=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA655 is #0059AA. Grayscale: #B7B7B7. Windows color (decimal): -22955 or 5613311. OLE color: 5613311.
HSL color Cylindrical-coordinate representation of color #FFA655: hue angle of 28.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA655 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 85 | - |
| CMYK | 0 | 0.35 | 0.67 | 0 |
| HSL | 28.59º | 1% | 0.67% | - |
| HSV(B) | 28.59º | 0.67% | 1% | - |
| XYZ | 56.52 | 49.19 | 15.11 | - |
| YUV | 183.38 | 72.49 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 85 | 0 | 0.35 | 0.67 | 0 | 28.59 | 1 | 0.67 |
| Hex | FF | A6 | 55 | 0 | 23 | 43 | 0 | 1D | 64 | 43 |
| Octal | 377 | 246 | 125 | 0 | 43 | 103 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10100110 | 1010101 | 0 | 100011 | 1000011 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA655
Complementary color
Monochromatic Colors of #FFA655
Black with #FFA655
Text Example
Text Example
White with #FFA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA655; }
p { color: rgb(255,166,85); }
H1.HeaderClassName
{
color: #FFA655;
}
.AnyTagClassName
{
color: #FFA655;
}
</style>
background-color css
<style>
a { background-color: #FFA655; }
a { background-color: rgb(255,166,85); }
div.DivClassName
{
background-color: #FFA655;
}
.BgClassName
{
background-color: #FFA655;
}
</style>
border-color css
<style>
span { border-color: #FFA655; }
span { border-color: rgb(255,166,85); }
td.TdClassName
{
border-color: #FFA655;
}
.TagClassName
{
border-color: #FFA655;
}
</style>