Shades of Texas Rose #FFA857
Tints of Texas Rose #FFA857
RGB
CMYK
RGB Variations
Color information
#FFA857 (or 0xFFA857) is known color: Texas Rose. HEX triplet: FF, A8 and 57. RGB value is (255,168,87). Sum of RGB (Red+Green+Blue) = 255+168+87=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA857 is #0057A8. Grayscale: #B9B9B9. Windows color (decimal): -22441 or 5744895. OLE color: 5744895.
HSL color Cylindrical-coordinate representation of color #FFA857: hue angle of 28.93º 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 #FFA857 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 87 | - |
| CMYK | 0 | 0.34 | 0.66 | 0 |
| HSL | 28.93º | 1% | 0.67% | - |
| HSV(B) | 28.93º | 0.66% | 1% | - |
| XYZ | 56.96 | 49.95 | 15.66 | - |
| YUV | 184.78 | 72.82 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 87 | 0 | 0.34 | 0.66 | 0 | 28.93 | 1 | 0.67 |
| Hex | FF | A8 | 57 | 0 | 22 | 42 | 0 | 1D | 64 | 43 |
| Octal | 377 | 250 | 127 | 0 | 42 | 102 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10101000 | 1010111 | 0 | 100010 | 1000010 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA857
Complementary color
Monochromatic Colors of #FFA857
Black with #FFA857
Text Example
Text Example
White with #FFA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA857; }
p { color: rgb(255,168,87); }
H1.HeaderClassName
{
color: #FFA857;
}
.AnyTagClassName
{
color: #FFA857;
}
</style>
background-color css
<style>
a { background-color: #FFA857; }
a { background-color: rgb(255,168,87); }
div.DivClassName
{
background-color: #FFA857;
}
.BgClassName
{
background-color: #FFA857;
}
</style>
border-color css
<style>
span { border-color: #FFA857; }
span { border-color: rgb(255,168,87); }
td.TdClassName
{
border-color: #FFA857;
}
.TagClassName
{
border-color: #FFA857;
}
</style>