Shades of Texas Rose #FDAC50
Tints of Texas Rose #FDAC50
RGB
CMYK
RGB Variations
Color information
#FDAC50 (or 0xFDAC50) is known color: Texas Rose. HEX triplet: FD, AC and 50. RGB value is (253,172,80). Sum of RGB (Red+Green+Blue) = 253+172+80=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC50 is #0253AF. Grayscale: #BABABA. Windows color (decimal): -152496 or 5287165. OLE color: 5287165.
HSL color Cylindrical-coordinate representation of color #FDAC50: hue angle of 31.91º 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 #FDAC50 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 80 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.01 |
| HSL | 31.91º | 0.98% | 0.65% | - |
| HSV(B) | 31.91º | 0.68% | 0.99% | - |
| XYZ | 56.71 | 50.97 | 14.44 | - |
| YUV | 185.73 | 68.34 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 80 | 0 | 0.32 | 0.68 | 0.01 | 31.91 | 0.98 | 0.65 |
| Hex | FD | AC | 50 | 0 | 20 | 44 | 1 | 20 | 62 | 41 |
| Octal | 375 | 254 | 120 | 0 | 40 | 104 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101100 | 1010000 | 0 | 100000 | 1000100 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDAC50
Complementary color
Monochromatic Colors of #FDAC50
Black with #FDAC50
Text Example
Text Example
White with #FDAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC50; }
p { color: rgb(253,172,80); }
H1.HeaderClassName
{
color: #FDAC50;
}
.AnyTagClassName
{
color: #FDAC50;
}
</style>
background-color css
<style>
a { background-color: #FDAC50; }
a { background-color: rgb(253,172,80); }
div.DivClassName
{
background-color: #FDAC50;
}
.BgClassName
{
background-color: #FDAC50;
}
</style>
border-color css
<style>
span { border-color: #FDAC50; }
span { border-color: rgb(253,172,80); }
td.TdClassName
{
border-color: #FDAC50;
}
.TagClassName
{
border-color: #FDAC50;
}
</style>