Shades of Texas Rose #FDA959
Tints of Texas Rose #FDA959
RGB
CMYK
RGB Variations
Color information
#FDA959 (or 0xFDA959) is known color: Texas Rose. HEX triplet: FD, A9 and 59. RGB value is (253,169,89). Sum of RGB (Red+Green+Blue) = 253+169+89=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA959 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA959 is #0256A6. Grayscale: #B9B9B9. Windows color (decimal): -153255 or 5876221. OLE color: 5876221.
HSL color Cylindrical-coordinate representation of color #FDA959: hue angle of 29.27º 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 #FDA959 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 89 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.01 |
| HSL | 29.27º | 0.98% | 0.67% | - |
| HSV(B) | 29.27º | 0.65% | 0.99% | - |
| XYZ | 56.5 | 49.98 | 16.12 | - |
| YUV | 185 | 73.83 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 89 | 0 | 0.33 | 0.65 | 0.01 | 29.27 | 0.98 | 0.67 |
| Hex | FD | A9 | 59 | 0 | 21 | 41 | 1 | 1D | 62 | 43 |
| Octal | 375 | 251 | 131 | 0 | 41 | 101 | 1 | 35 | 142 | 103 |
| Binary | 11111101 | 10101001 | 1011001 | 0 | 100001 | 1000001 | 1 | 11101 | 1100010 | 1000011 |
Color Harmonies of #FDA959
Complementary color
Monochromatic Colors of #FDA959
Black with #FDA959
Text Example
Text Example
White with #FDA959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA959; }
p { color: rgb(253,169,89); }
H1.HeaderClassName
{
color: #FDA959;
}
.AnyTagClassName
{
color: #FDA959;
}
</style>
background-color css
<style>
a { background-color: #FDA959; }
a { background-color: rgb(253,169,89); }
div.DivClassName
{
background-color: #FDA959;
}
.BgClassName
{
background-color: #FDA959;
}
</style>
border-color css
<style>
span { border-color: #FDA959; }
span { border-color: rgb(253,169,89); }
td.TdClassName
{
border-color: #FDA959;
}
.TagClassName
{
border-color: #FDA959;
}
</style>