Shades of Texas Rose #FFAC54
Tints of Texas Rose #FFAC54
RGB
CMYK
RGB Variations
Color information
#FFAC54 (or 0xFFAC54) is known color: Texas Rose. HEX triplet: FF, AC and 54. RGB value is (255,172,84). Sum of RGB (Red+Green+Blue) = 255+172+84=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC54 is #0053AB. Grayscale: #BBBBBB. Windows color (decimal): -21420 or 5549311. OLE color: 5549311.
HSL color Cylindrical-coordinate representation of color #FFAC54: hue angle of 30.88º 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 #FFAC54 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 84 | - |
| CMYK | 0 | 0.33 | 0.67 | 0 |
| HSL | 30.88º | 1% | 0.66% | - |
| HSV(B) | 30.88º | 0.67% | 1% | - |
| XYZ | 57.59 | 51.41 | 15.27 | - |
| YUV | 186.79 | 70 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 84 | 0 | 0.33 | 0.67 | 0 | 30.88 | 1 | 0.66 |
| Hex | FF | AC | 54 | 0 | 21 | 43 | 0 | 1F | 64 | 42 |
| Octal | 377 | 254 | 124 | 0 | 41 | 103 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101100 | 1010100 | 0 | 100001 | 1000011 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAC54
Complementary color
Monochromatic Colors of #FFAC54
Black with #FFAC54
Text Example
Text Example
White with #FFAC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC54; }
p { color: rgb(255,172,84); }
H1.HeaderClassName
{
color: #FFAC54;
}
.AnyTagClassName
{
color: #FFAC54;
}
</style>
background-color css
<style>
a { background-color: #FFAC54; }
a { background-color: rgb(255,172,84); }
div.DivClassName
{
background-color: #FFAC54;
}
.BgClassName
{
background-color: #FFAC54;
}
</style>
border-color css
<style>
span { border-color: #FFAC54; }
span { border-color: rgb(255,172,84); }
td.TdClassName
{
border-color: #FFAC54;
}
.TagClassName
{
border-color: #FFAC54;
}
</style>