Shades of Texas Rose #FFA956
Tints of Texas Rose #FFA956
RGB
CMYK
RGB Variations
Color information
#FFA956 (or 0xFFA956) is known color: Texas Rose. HEX triplet: FF, A9 and 56. RGB value is (255,169,86). Sum of RGB (Red+Green+Blue) = 255+169+86=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA956 is #0056A9. Grayscale: #B9B9B9. Windows color (decimal): -22186 or 5679615. OLE color: 5679615.
HSL color Cylindrical-coordinate representation of color #FFA956: hue angle of 29.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFA956 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 86 | - |
| CMYK | 0 | 0.34 | 0.66 | 0 |
| HSL | 29.47º | 1% | 0.67% | - |
| HSV(B) | 29.47º | 0.66% | 1% | - |
| XYZ | 57.11 | 50.31 | 15.5 | - |
| YUV | 185.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 86 | 0 | 0.34 | 0.66 | 0 | 29.47 | 1 | 0.67 |
| Hex | FF | A9 | 56 | 0 | 22 | 42 | 0 | 1D | 64 | 43 |
| Octal | 377 | 251 | 126 | 0 | 42 | 102 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10101001 | 1010110 | 0 | 100010 | 1000010 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA956
Complementary color
Monochromatic Colors of #FFA956
Black with #FFA956
Text Example
Text Example
White with #FFA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA956; }
p { color: rgb(255,169,86); }
H1.HeaderClassName
{
color: #FFA956;
}
.AnyTagClassName
{
color: #FFA956;
}
</style>
background-color css
<style>
a { background-color: #FFA956; }
a { background-color: rgb(255,169,86); }
div.DivClassName
{
background-color: #FFA956;
}
.BgClassName
{
background-color: #FFA956;
}
</style>
border-color css
<style>
span { border-color: #FFA956; }
span { border-color: rgb(255,169,86); }
td.TdClassName
{
border-color: #FFA956;
}
.TagClassName
{
border-color: #FFA956;
}
</style>