Shades of Texas Rose #FDA950
Tints of Texas Rose #FDA950
RGB
CMYK
RGB Variations
Color information
#FDA950 (or 0xFDA950) is known color: Texas Rose. HEX triplet: FD, A9 and 50. RGB value is (253,169,80). Sum of RGB (Red+Green+Blue) = 253+169+80=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA950 is #0256AF. Grayscale: #B8B8B8. Windows color (decimal): -153264 or 5286397. OLE color: 5286397.
HSL color Cylindrical-coordinate representation of color #FDA950: hue angle of 30.87º 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 #FDA950 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 80 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.01 |
| HSL | 30.87º | 0.98% | 0.65% | - |
| HSV(B) | 30.87º | 0.68% | 0.99% | - |
| XYZ | 56.14 | 49.84 | 14.25 | - |
| YUV | 183.97 | 69.33 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 80 | 0 | 0.33 | 0.68 | 0.01 | 30.87 | 0.98 | 0.65 |
| Hex | FD | A9 | 50 | 0 | 21 | 44 | 1 | 1F | 62 | 41 |
| Octal | 375 | 251 | 120 | 0 | 41 | 104 | 1 | 37 | 142 | 101 |
| Binary | 11111101 | 10101001 | 1010000 | 0 | 100001 | 1000100 | 1 | 11111 | 1100010 | 1000001 |
Color Harmonies of #FDA950
Complementary color
Monochromatic Colors of #FDA950
Black with #FDA950
Text Example
Text Example
White with #FDA950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA950; }
p { color: rgb(253,169,80); }
H1.HeaderClassName
{
color: #FDA950;
}
.AnyTagClassName
{
color: #FDA950;
}
</style>
background-color css
<style>
a { background-color: #FDA950; }
a { background-color: rgb(253,169,80); }
div.DivClassName
{
background-color: #FDA950;
}
.BgClassName
{
background-color: #FDA950;
}
</style>
border-color css
<style>
span { border-color: #FDA950; }
span { border-color: rgb(253,169,80); }
td.TdClassName
{
border-color: #FDA950;
}
.TagClassName
{
border-color: #FDA950;
}
</style>