Shades of Texas Rose #FFA854
Tints of Texas Rose #FFA854
RGB
CMYK
RGB Variations
Color information
#FFA854 (or 0xFFA854) is known color: Texas Rose. HEX triplet: FF, A8 and 54. RGB value is (255,168,84). Sum of RGB (Red+Green+Blue) = 255+168+84=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA854 is #0057AB. Grayscale: #B8B8B8. Windows color (decimal): -22444 or 5548287. OLE color: 5548287.
HSL color Cylindrical-coordinate representation of color #FFA854: hue angle of 29.47º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA854 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 84 | - |
| CMYK | 0 | 0.34 | 0.67 | 0 |
| HSL | 29.47º | 1% | 0.66% | - |
| HSV(B) | 29.47º | 0.67% | 1% | - |
| XYZ | 56.84 | 49.91 | 15.02 | - |
| YUV | 184.44 | 71.32 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 84 | 0 | 0.34 | 0.67 | 0 | 29.47 | 1 | 0.66 |
| Hex | FF | A8 | 54 | 0 | 22 | 43 | 0 | 1D | 64 | 42 |
| Octal | 377 | 250 | 124 | 0 | 42 | 103 | 0 | 35 | 144 | 102 |
| Binary | 11111111 | 10101000 | 1010100 | 0 | 100010 | 1000011 | 0 | 11101 | 1100100 | 1000010 |
Color Harmonies of #FFA854
Complementary color
Monochromatic Colors of #FFA854
Black with #FFA854
Text Example
Text Example
White with #FFA854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA854; }
p { color: rgb(255,168,84); }
H1.HeaderClassName
{
color: #FFA854;
}
.AnyTagClassName
{
color: #FFA854;
}
</style>
background-color css
<style>
a { background-color: #FFA854; }
a { background-color: rgb(255,168,84); }
div.DivClassName
{
background-color: #FFA854;
}
.BgClassName
{
background-color: #FFA854;
}
</style>
border-color css
<style>
span { border-color: #FFA854; }
span { border-color: rgb(255,168,84); }
td.TdClassName
{
border-color: #FFA854;
}
.TagClassName
{
border-color: #FFA854;
}
</style>