Shades of Texas Rose #FFA858
Tints of Texas Rose #FFA858
RGB
CMYK
RGB Variations
Color information
#FFA858 (or 0xFFA858) is known color: Texas Rose. HEX triplet: FF, A8 and 58. RGB value is (255,168,88). Sum of RGB (Red+Green+Blue) = 255+168+88=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA858 is #0057A7. Grayscale: #B9B9B9. Windows color (decimal): -22440 or 5810431. OLE color: 5810431.
HSL color Cylindrical-coordinate representation of color #FFA858: hue angle of 28.74º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA858 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 88 | - |
| CMYK | 0 | 0.34 | 0.65 | 0 |
| HSL | 28.74º | 1% | 0.67% | - |
| HSV(B) | 28.74º | 0.65% | 1% | - |
| XYZ | 57 | 49.97 | 15.87 | - |
| YUV | 184.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 88 | 0 | 0.34 | 0.65 | 0 | 28.74 | 1 | 0.67 |
| Hex | FF | A8 | 58 | 0 | 22 | 41 | 0 | 1D | 64 | 43 |
| Octal | 377 | 250 | 130 | 0 | 42 | 101 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10101000 | 1011000 | 0 | 100010 | 1000001 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA858
Complementary color
Monochromatic Colors of #FFA858
Black with #FFA858
Text Example
Text Example
White with #FFA858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA858; }
p { color: rgb(255,168,88); }
H1.HeaderClassName
{
color: #FFA858;
}
.AnyTagClassName
{
color: #FFA858;
}
</style>
background-color css
<style>
a { background-color: #FFA858; }
a { background-color: rgb(255,168,88); }
div.DivClassName
{
background-color: #FFA858;
}
.BgClassName
{
background-color: #FFA858;
}
</style>
border-color css
<style>
span { border-color: #FFA858; }
span { border-color: rgb(255,168,88); }
td.TdClassName
{
border-color: #FFA858;
}
.TagClassName
{
border-color: #FFA858;
}
</style>