Shades of Texas Rose #FFA455
Tints of Texas Rose #FFA455
RGB
CMYK
RGB Variations
Color information
#FFA455 (or 0xFFA455) is known color: Texas Rose. HEX triplet: FF, A4 and 55. RGB value is (255,164,85). Sum of RGB (Red+Green+Blue) = 255+164+85=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA455 is #005BAA. Grayscale: #B6B6B6. Windows color (decimal): -23467 or 5612799. OLE color: 5612799.
HSL color Cylindrical-coordinate representation of color #FFA455: hue angle of 27.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA455 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 85 | - |
| CMYK | 0 | 0.36 | 0.67 | 0 |
| HSL | 27.88º | 1% | 0.67% | - |
| HSV(B) | 27.88º | 0.67% | 1% | - |
| XYZ | 56.16 | 48.47 | 14.99 | - |
| YUV | 182.2 | 73.15 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 85 | 0 | 0.36 | 0.67 | 0 | 27.88 | 1 | 0.67 |
| Hex | FF | A4 | 55 | 0 | 24 | 43 | 0 | 1C | 64 | 43 |
| Octal | 377 | 244 | 125 | 0 | 44 | 103 | 0 | 34 | 144 | 103 |
| Binary | 11111111 | 10100100 | 1010101 | 0 | 100100 | 1000011 | 0 | 11100 | 1100100 | 1000011 |
Color Harmonies of #FFA455
Complementary color
Monochromatic Colors of #FFA455
Black with #FFA455
Text Example
Text Example
White with #FFA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA455; }
p { color: rgb(255,164,85); }
H1.HeaderClassName
{
color: #FFA455;
}
.AnyTagClassName
{
color: #FFA455;
}
</style>
background-color css
<style>
a { background-color: #FFA455; }
a { background-color: rgb(255,164,85); }
div.DivClassName
{
background-color: #FFA455;
}
.BgClassName
{
background-color: #FFA455;
}
</style>
border-color css
<style>
span { border-color: #FFA455; }
span { border-color: rgb(255,164,85); }
td.TdClassName
{
border-color: #FFA455;
}
.TagClassName
{
border-color: #FFA455;
}
</style>