Shades of Texas Rose #FFA855
Tints of Texas Rose #FFA855
RGB
CMYK
RGB Variations
Color information
#FFA855 (or 0xFFA855) is known color: Texas Rose. HEX triplet: FF, A8 and 55. RGB value is (255,168,85). Sum of RGB (Red+Green+Blue) = 255+168+85=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA855 is #0057AA. Grayscale: #B8B8B8. Windows color (decimal): -22443 or 5613823. OLE color: 5613823.
HSL color Cylindrical-coordinate representation of color #FFA855: hue angle of 29.29º 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 #FFA855 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 85 | - |
| CMYK | 0 | 0.34 | 0.67 | 0 |
| HSL | 29.29º | 1% | 0.67% | - |
| HSV(B) | 29.29º | 0.67% | 1% | - |
| XYZ | 56.88 | 49.92 | 15.23 | - |
| YUV | 184.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 85 | 0 | 0.34 | 0.67 | 0 | 29.29 | 1 | 0.67 |
| Hex | FF | A8 | 55 | 0 | 22 | 43 | 0 | 1D | 64 | 43 |
| Octal | 377 | 250 | 125 | 0 | 42 | 103 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10101000 | 1010101 | 0 | 100010 | 1000011 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA855
Complementary color
Monochromatic Colors of #FFA855
Black with #FFA855
Text Example
Text Example
White with #FFA855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA855; }
p { color: rgb(255,168,85); }
H1.HeaderClassName
{
color: #FFA855;
}
.AnyTagClassName
{
color: #FFA855;
}
</style>
background-color css
<style>
a { background-color: #FFA855; }
a { background-color: rgb(255,168,85); }
div.DivClassName
{
background-color: #FFA855;
}
.BgClassName
{
background-color: #FFA855;
}
</style>
border-color css
<style>
span { border-color: #FFA855; }
span { border-color: rgb(255,168,85); }
td.TdClassName
{
border-color: #FFA855;
}
.TagClassName
{
border-color: #FFA855;
}
</style>