Shades of Texas Rose #FDAC58
Tints of Texas Rose #FDAC58
RGB
CMYK
RGB Variations
Color information
#FDAC58 (or 0xFDAC58) is known color: Texas Rose. HEX triplet: FD, AC and 58. RGB value is (253,172,88). Sum of RGB (Red+Green+Blue) = 253+172+88=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC58 is #0253A7. Grayscale: #BBBBBB. Windows color (decimal): -152488 or 5811453. OLE color: 5811453.
HSL color Cylindrical-coordinate representation of color #FDAC58: hue angle of 30.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDAC58 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 88 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.01 |
| HSL | 30.55º | 0.98% | 0.67% | - |
| HSV(B) | 30.55º | 0.65% | 0.99% | - |
| XYZ | 57.02 | 51.09 | 16.09 | - |
| YUV | 186.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 88 | 0 | 0.32 | 0.65 | 0.01 | 30.55 | 0.98 | 0.67 |
| Hex | FD | AC | 58 | 0 | 20 | 41 | 1 | 1F | 62 | 43 |
| Octal | 375 | 254 | 130 | 0 | 40 | 101 | 1 | 37 | 142 | 103 |
| Binary | 11111101 | 10101100 | 1011000 | 0 | 100000 | 1000001 | 1 | 11111 | 1100010 | 1000011 |
Color Harmonies of #FDAC58
Complementary color
Monochromatic Colors of #FDAC58
Black with #FDAC58
Text Example
Text Example
White with #FDAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC58; }
p { color: rgb(253,172,88); }
H1.HeaderClassName
{
color: #FDAC58;
}
.AnyTagClassName
{
color: #FDAC58;
}
</style>
background-color css
<style>
a { background-color: #FDAC58; }
a { background-color: rgb(253,172,88); }
div.DivClassName
{
background-color: #FDAC58;
}
.BgClassName
{
background-color: #FDAC58;
}
</style>
border-color css
<style>
span { border-color: #FDAC58; }
span { border-color: rgb(253,172,88); }
td.TdClassName
{
border-color: #FDAC58;
}
.TagClassName
{
border-color: #FDAC58;
}
</style>