Shades of Texas Rose #FFA553
Tints of Texas Rose #FFA553
RGB
CMYK
RGB Variations
Color information
#FFA553 (or 0xFFA553) is known color: Texas Rose. HEX triplet: FF, A5 and 53. RGB value is (255,165,83). Sum of RGB (Red+Green+Blue) = 255+165+83=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA553 is #005AAC. Grayscale: #B6B6B6. Windows color (decimal): -23213 or 5481983. OLE color: 5481983.
HSL color Cylindrical-coordinate representation of color #FFA553: hue angle of 28.6º 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 #FFA553 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 83 | - |
| CMYK | 0 | 0.35 | 0.67 | 0 |
| HSL | 28.6º | 1% | 0.66% | - |
| HSV(B) | 28.6º | 0.67% | 1% | - |
| XYZ | 56.26 | 48.79 | 14.64 | - |
| YUV | 182.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 83 | 0 | 0.35 | 0.67 | 0 | 28.6 | 1 | 0.66 |
| Hex | FF | A5 | 53 | 0 | 23 | 43 | 0 | 1D | 64 | 42 |
| Octal | 377 | 245 | 123 | 0 | 43 | 103 | 0 | 35 | 144 | 102 |
| Binary | 11111111 | 10100101 | 1010011 | 0 | 100011 | 1000011 | 0 | 11101 | 1100100 | 1000010 |
Color Harmonies of #FFA553
Complementary color
Monochromatic Colors of #FFA553
Black with #FFA553
Text Example
Text Example
White with #FFA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA553; }
p { color: rgb(255,165,83); }
H1.HeaderClassName
{
color: #FFA553;
}
.AnyTagClassName
{
color: #FFA553;
}
</style>
background-color css
<style>
a { background-color: #FFA553; }
a { background-color: rgb(255,165,83); }
div.DivClassName
{
background-color: #FFA553;
}
.BgClassName
{
background-color: #FFA553;
}
</style>
border-color css
<style>
span { border-color: #FFA553; }
span { border-color: rgb(255,165,83); }
td.TdClassName
{
border-color: #FFA553;
}
.TagClassName
{
border-color: #FFA553;
}
</style>