Shades of Texas Rose #FFAE54
Tints of Texas Rose #FFAE54
RGB
CMYK
RGB Variations
Color information
#FFAE54 (or 0xFFAE54) is known color: Texas Rose. HEX triplet: FF, AE and 54. RGB value is (255,174,84). Sum of RGB (Red+Green+Blue) = 255+174+84=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE54 is #0051AB. Grayscale: #BCBCBC. Windows color (decimal): -20908 or 5549823. OLE color: 5549823.
HSL color Cylindrical-coordinate representation of color #FFAE54: hue angle of 31.58º 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 #FFAE54 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 174 | 84 | - |
| CMYK | 0 | 0.32 | 0.67 | 0 |
| HSL | 31.58º | 1% | 0.66% | - |
| HSV(B) | 31.58º | 0.67% | 1% | - |
| XYZ | 57.98 | 52.17 | 15.4 | - |
| YUV | 187.96 | 69.34 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 174 | 84 | 0 | 0.32 | 0.67 | 0 | 31.58 | 1 | 0.66 |
| Hex | FF | AE | 54 | 0 | 20 | 43 | 0 | 20 | 64 | 42 |
| Octal | 377 | 256 | 124 | 0 | 40 | 103 | 0 | 40 | 144 | 102 |
| Binary | 11111111 | 10101110 | 1010100 | 0 | 100000 | 1000011 | 0 | 100000 | 1100100 | 1000010 |
Color Harmonies of #FFAE54
Complementary color
Monochromatic Colors of #FFAE54
Black with #FFAE54
Text Example
Text Example
White with #FFAE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAE54; }
p { color: rgb(255,174,84); }
H1.HeaderClassName
{
color: #FFAE54;
}
.AnyTagClassName
{
color: #FFAE54;
}
</style>
background-color css
<style>
a { background-color: #FFAE54; }
a { background-color: rgb(255,174,84); }
div.DivClassName
{
background-color: #FFAE54;
}
.BgClassName
{
background-color: #FFAE54;
}
</style>
border-color css
<style>
span { border-color: #FFAE54; }
span { border-color: rgb(255,174,84); }
td.TdClassName
{
border-color: #FFAE54;
}
.TagClassName
{
border-color: #FFAE54;
}
</style>