Shades of Texas Rose #FDAC55
Tints of Texas Rose #FDAC55
RGB
CMYK
RGB Variations
Color information
#FDAC55 (or 0xFDAC55) is known color: Texas Rose. HEX triplet: FD, AC and 55. RGB value is (253,172,85). Sum of RGB (Red+Green+Blue) = 253+172+85=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC55 is #0253AA. Grayscale: #BABABA. Windows color (decimal): -152491 or 5614845. OLE color: 5614845.
HSL color Cylindrical-coordinate representation of color #FDAC55: hue angle of 31.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDAC55 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 85 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.01 |
| HSL | 31.07º | 0.98% | 0.66% | - |
| HSV(B) | 31.07º | 0.66% | 0.99% | - |
| XYZ | 56.9 | 51.04 | 15.45 | - |
| YUV | 186.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 85 | 0 | 0.32 | 0.66 | 0.01 | 31.07 | 0.98 | 0.66 |
| Hex | FD | AC | 55 | 0 | 20 | 42 | 1 | 1F | 62 | 42 |
| Octal | 375 | 254 | 125 | 0 | 40 | 102 | 1 | 37 | 142 | 102 |
| Binary | 11111101 | 10101100 | 1010101 | 0 | 100000 | 1000010 | 1 | 11111 | 1100010 | 1000010 |
Color Harmonies of #FDAC55
Complementary color
Monochromatic Colors of #FDAC55
Black with #FDAC55
Text Example
Text Example
White with #FDAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC55; }
p { color: rgb(253,172,85); }
H1.HeaderClassName
{
color: #FDAC55;
}
.AnyTagClassName
{
color: #FDAC55;
}
</style>
background-color css
<style>
a { background-color: #FDAC55; }
a { background-color: rgb(253,172,85); }
div.DivClassName
{
background-color: #FDAC55;
}
.BgClassName
{
background-color: #FDAC55;
}
</style>
border-color css
<style>
span { border-color: #FDAC55; }
span { border-color: rgb(253,172,85); }
td.TdClassName
{
border-color: #FDAC55;
}
.TagClassName
{
border-color: #FDAC55;
}
</style>