Shades of Texas Rose #FFA856
Tints of Texas Rose #FFA856
RGB
CMYK
RGB Variations
Color information
#FFA856 (or 0xFFA856) is known color: Texas Rose. HEX triplet: FF, A8 and 56. RGB value is (255,168,86). Sum of RGB (Red+Green+Blue) = 255+168+86=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA856 is #0057A9. Grayscale: #B9B9B9. Windows color (decimal): -22442 or 5679359. OLE color: 5679359.
HSL color Cylindrical-coordinate representation of color #FFA856: hue angle of 29.11º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFA856 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 86 | - |
| CMYK | 0 | 0.34 | 0.66 | 0 |
| HSL | 29.11º | 1% | 0.67% | - |
| HSV(B) | 29.11º | 0.66% | 1% | - |
| XYZ | 56.92 | 49.94 | 15.44 | - |
| YUV | 184.67 | 72.32 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 86 | 0 | 0.34 | 0.66 | 0 | 29.11 | 1 | 0.67 |
| Hex | FF | A8 | 56 | 0 | 22 | 42 | 0 | 1D | 64 | 43 |
| Octal | 377 | 250 | 126 | 0 | 42 | 102 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10101000 | 1010110 | 0 | 100010 | 1000010 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA856
Complementary color
Monochromatic Colors of #FFA856
Black with #FFA856
Text Example
Text Example
White with #FFA856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA856; }
p { color: rgb(255,168,86); }
H1.HeaderClassName
{
color: #FFA856;
}
.AnyTagClassName
{
color: #FFA856;
}
</style>
background-color css
<style>
a { background-color: #FFA856; }
a { background-color: rgb(255,168,86); }
div.DivClassName
{
background-color: #FFA856;
}
.BgClassName
{
background-color: #FFA856;
}
</style>
border-color css
<style>
span { border-color: #FFA856; }
span { border-color: rgb(255,168,86); }
td.TdClassName
{
border-color: #FFA856;
}
.TagClassName
{
border-color: #FFA856;
}
</style>