Shades of Texas Rose #FFAD56
Tints of Texas Rose #FFAD56
RGB
CMYK
RGB Variations
Color information
#FFAD56 (or 0xFFAD56) is known color: Texas Rose. HEX triplet: FF, AD and 56. RGB value is (255,173,86). Sum of RGB (Red+Green+Blue) = 255+173+86=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD56 is #0052A9. Grayscale: #BCBCBC. Windows color (decimal): -21162 or 5680639. OLE color: 5680639.
HSL color Cylindrical-coordinate representation of color #FFAD56: hue angle of 30.89º 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 #FFAD56 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 86 | - |
| CMYK | 0 | 0.32 | 0.66 | 0 |
| HSL | 30.89º | 1% | 0.67% | - |
| HSV(B) | 30.89º | 0.66% | 1% | - |
| XYZ | 57.86 | 51.82 | 15.76 | - |
| YUV | 187.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 86 | 0 | 0.32 | 0.66 | 0 | 30.89 | 1 | 0.67 |
| Hex | FF | AD | 56 | 0 | 20 | 42 | 0 | 1F | 64 | 43 |
| Octal | 377 | 255 | 126 | 0 | 40 | 102 | 0 | 37 | 144 | 103 |
| Binary | 11111111 | 10101101 | 1010110 | 0 | 100000 | 1000010 | 0 | 11111 | 1100100 | 1000011 |
Color Harmonies of #FFAD56
Complementary color
Monochromatic Colors of #FFAD56
Black with #FFAD56
Text Example
Text Example
White with #FFAD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD56; }
p { color: rgb(255,173,86); }
H1.HeaderClassName
{
color: #FFAD56;
}
.AnyTagClassName
{
color: #FFAD56;
}
</style>
background-color css
<style>
a { background-color: #FFAD56; }
a { background-color: rgb(255,173,86); }
div.DivClassName
{
background-color: #FFAD56;
}
.BgClassName
{
background-color: #FFAD56;
}
</style>
border-color css
<style>
span { border-color: #FFAD56; }
span { border-color: rgb(255,173,86); }
td.TdClassName
{
border-color: #FFAD56;
}
.TagClassName
{
border-color: #FFAD56;
}
</style>