Shades of Texas Rose #FFAD55
Tints of Texas Rose #FFAD55
RGB
CMYK
RGB Variations
Color information
#FFAD55 (or 0xFFAD55) is known color: Texas Rose. HEX triplet: FF, AD and 55. RGB value is (255,173,85). Sum of RGB (Red+Green+Blue) = 255+173+85=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD55 is #0052AA. Grayscale: #BBBBBB. Windows color (decimal): -21163 or 5615103. OLE color: 5615103.
HSL color Cylindrical-coordinate representation of color #FFAD55: hue angle of 31.06º 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 #FFAD55 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 85 | - |
| CMYK | 0 | 0.32 | 0.67 | 0 |
| HSL | 31.06º | 1% | 0.67% | - |
| HSV(B) | 31.06º | 0.67% | 1% | - |
| XYZ | 57.82 | 51.8 | 15.55 | - |
| YUV | 187.49 | 70.17 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 85 | 0 | 0.32 | 0.67 | 0 | 31.06 | 1 | 0.67 |
| Hex | FF | AD | 55 | 0 | 20 | 43 | 0 | 1F | 64 | 43 |
| Octal | 377 | 255 | 125 | 0 | 40 | 103 | 0 | 37 | 144 | 103 |
| Binary | 11111111 | 10101101 | 1010101 | 0 | 100000 | 1000011 | 0 | 11111 | 1100100 | 1000011 |
Color Harmonies of #FFAD55
Complementary color
Monochromatic Colors of #FFAD55
Black with #FFAD55
Text Example
Text Example
White with #FFAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD55; }
p { color: rgb(255,173,85); }
H1.HeaderClassName
{
color: #FFAD55;
}
.AnyTagClassName
{
color: #FFAD55;
}
</style>
background-color css
<style>
a { background-color: #FFAD55; }
a { background-color: rgb(255,173,85); }
div.DivClassName
{
background-color: #FFAD55;
}
.BgClassName
{
background-color: #FFAD55;
}
</style>
border-color css
<style>
span { border-color: #FFAD55; }
span { border-color: rgb(255,173,85); }
td.TdClassName
{
border-color: #FFAD55;
}
.TagClassName
{
border-color: #FFAD55;
}
</style>