Shades of Texas Rose #FFAD54
Tints of Texas Rose #FFAD54
RGB
CMYK
RGB Variations
Color information
#FFAD54 (or 0xFFAD54) is known color: Texas Rose. HEX triplet: FF, AD and 54. RGB value is (255,173,84). Sum of RGB (Red+Green+Blue) = 255+173+84=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD54 is #0052AB. Grayscale: #BBBBBB. Windows color (decimal): -21164 or 5549567. OLE color: 5549567.
HSL color Cylindrical-coordinate representation of color #FFAD54: hue angle of 31.23º 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 #FFAD54 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 84 | - |
| CMYK | 0 | 0.32 | 0.67 | 0 |
| HSL | 31.23º | 1% | 0.66% | - |
| HSV(B) | 31.23º | 0.67% | 1% | - |
| XYZ | 57.78 | 51.79 | 15.34 | - |
| YUV | 187.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 84 | 0 | 0.32 | 0.67 | 0 | 31.23 | 1 | 0.66 |
| Hex | FF | AD | 54 | 0 | 20 | 43 | 0 | 1F | 64 | 42 |
| Octal | 377 | 255 | 124 | 0 | 40 | 103 | 0 | 37 | 144 | 102 |
| Binary | 11111111 | 10101101 | 1010100 | 0 | 100000 | 1000011 | 0 | 11111 | 1100100 | 1000010 |
Color Harmonies of #FFAD54
Complementary color
Monochromatic Colors of #FFAD54
Black with #FFAD54
Text Example
Text Example
White with #FFAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD54; }
p { color: rgb(255,173,84); }
H1.HeaderClassName
{
color: #FFAD54;
}
.AnyTagClassName
{
color: #FFAD54;
}
</style>
background-color css
<style>
a { background-color: #FFAD54; }
a { background-color: rgb(255,173,84); }
div.DivClassName
{
background-color: #FFAD54;
}
.BgClassName
{
background-color: #FFAD54;
}
</style>
border-color css
<style>
span { border-color: #FFAD54; }
span { border-color: rgb(255,173,84); }
td.TdClassName
{
border-color: #FFAD54;
}
.TagClassName
{
border-color: #FFAD54;
}
</style>