Shades of Texas Rose #FFA556
Tints of Texas Rose #FFA556
RGB
CMYK
RGB Variations
Color information
#FFA556 (or 0xFFA556) is known color: Texas Rose. HEX triplet: FF, A5 and 56. RGB value is (255,165,86). Sum of RGB (Red+Green+Blue) = 255+165+86=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA556 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA556 is #005AA9. Grayscale: #B7B7B7. Windows color (decimal): -23210 or 5678591. OLE color: 5678591.
HSL color Cylindrical-coordinate representation of color #FFA556: hue angle of 28.05º 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 #FFA556 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 86 | - |
| CMYK | 0 | 0.35 | 0.66 | 0 |
| HSL | 28.05º | 1% | 0.67% | - |
| HSV(B) | 28.05º | 0.66% | 1% | - |
| XYZ | 56.37 | 48.84 | 15.26 | - |
| YUV | 182.9 | 73.32 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 86 | 0 | 0.35 | 0.66 | 0 | 28.05 | 1 | 0.67 |
| Hex | FF | A5 | 56 | 0 | 23 | 42 | 0 | 1C | 64 | 43 |
| Octal | 377 | 245 | 126 | 0 | 43 | 102 | 0 | 34 | 144 | 103 |
| Binary | 11111111 | 10100101 | 1010110 | 0 | 100011 | 1000010 | 0 | 11100 | 1100100 | 1000011 |
Color Harmonies of #FFA556
Complementary color
Monochromatic Colors of #FFA556
Black with #FFA556
Text Example
Text Example
White with #FFA556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA556; }
p { color: rgb(255,165,86); }
H1.HeaderClassName
{
color: #FFA556;
}
.AnyTagClassName
{
color: #FFA556;
}
</style>
background-color css
<style>
a { background-color: #FFA556; }
a { background-color: rgb(255,165,86); }
div.DivClassName
{
background-color: #FFA556;
}
.BgClassName
{
background-color: #FFA556;
}
</style>
border-color css
<style>
span { border-color: #FFA556; }
span { border-color: rgb(255,165,86); }
td.TdClassName
{
border-color: #FFA556;
}
.TagClassName
{
border-color: #FFA556;
}
</style>