Shades of Texas Rose #FDAC51
Tints of Texas Rose #FDAC51
RGB
CMYK
RGB Variations
Color information
#FDAC51 (or 0xFDAC51) is known color: Texas Rose. HEX triplet: FD, AC and 51. RGB value is (253,172,81). Sum of RGB (Red+Green+Blue) = 253+172+81=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 81 (32.03% from 255 or 16.01% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC51 is #0253AE. Grayscale: #BABABA. Windows color (decimal): -152495 or 5352701. OLE color: 5352701.
HSL color Cylindrical-coordinate representation of color #FDAC51: hue angle of 31.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDAC51 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 81 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.01 |
| HSL | 31.74º | 0.98% | 0.65% | - |
| HSV(B) | 31.74º | 0.68% | 0.99% | - |
| XYZ | 56.75 | 50.98 | 14.63 | - |
| YUV | 185.85 | 68.84 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 81 | 0 | 0.32 | 0.68 | 0.01 | 31.74 | 0.98 | 0.65 |
| Hex | FD | AC | 51 | 0 | 20 | 44 | 1 | 20 | 62 | 41 |
| Octal | 375 | 254 | 121 | 0 | 40 | 104 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101100 | 1010001 | 0 | 100000 | 1000100 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDAC51
Complementary color
Monochromatic Colors of #FDAC51
Black with #FDAC51
Text Example
Text Example
White with #FDAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC51; }
p { color: rgb(253,172,81); }
H1.HeaderClassName
{
color: #FDAC51;
}
.AnyTagClassName
{
color: #FDAC51;
}
</style>
background-color css
<style>
a { background-color: #FDAC51; }
a { background-color: rgb(253,172,81); }
div.DivClassName
{
background-color: #FDAC51;
}
.BgClassName
{
background-color: #FDAC51;
}
</style>
border-color css
<style>
span { border-color: #FDAC51; }
span { border-color: rgb(253,172,81); }
td.TdClassName
{
border-color: #FDAC51;
}
.TagClassName
{
border-color: #FDAC51;
}
</style>