Shades of Texas Rose #FFA954
Tints of Texas Rose #FFA954
RGB
CMYK
RGB Variations
Color information
#FFA954 (or 0xFFA954) is known color: Texas Rose. HEX triplet: FF, A9 and 54. RGB value is (255,169,84). Sum of RGB (Red+Green+Blue) = 255+169+84=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA954 is #0056AB. Grayscale: #B9B9B9. Windows color (decimal): -22188 or 5548543. OLE color: 5548543.
HSL color Cylindrical-coordinate representation of color #FFA954: hue angle of 29.82º 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 #FFA954 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 84 | - |
| CMYK | 0 | 0.34 | 0.67 | 0 |
| HSL | 29.82º | 1% | 0.66% | - |
| HSV(B) | 29.82º | 0.67% | 1% | - |
| XYZ | 57.03 | 50.28 | 15.09 | - |
| YUV | 185.02 | 70.99 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 84 | 0 | 0.34 | 0.67 | 0 | 29.82 | 1 | 0.66 |
| Hex | FF | A9 | 54 | 0 | 22 | 43 | 0 | 1E | 64 | 42 |
| Octal | 377 | 251 | 124 | 0 | 42 | 103 | 0 | 36 | 144 | 102 |
| Binary | 11111111 | 10101001 | 1010100 | 0 | 100010 | 1000011 | 0 | 11110 | 1100100 | 1000010 |
Color Harmonies of #FFA954
Complementary color
Monochromatic Colors of #FFA954
Black with #FFA954
Text Example
Text Example
White with #FFA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA954; }
p { color: rgb(255,169,84); }
H1.HeaderClassName
{
color: #FFA954;
}
.AnyTagClassName
{
color: #FFA954;
}
</style>
background-color css
<style>
a { background-color: #FFA954; }
a { background-color: rgb(255,169,84); }
div.DivClassName
{
background-color: #FFA954;
}
.BgClassName
{
background-color: #FFA954;
}
</style>
border-color css
<style>
span { border-color: #FFA954; }
span { border-color: rgb(255,169,84); }
td.TdClassName
{
border-color: #FFA954;
}
.TagClassName
{
border-color: #FFA954;
}
</style>