Shades of Texas Rose #FDA955
Tints of Texas Rose #FDA955
RGB
CMYK
RGB Variations
Color information
#FDA955 (or 0xFDA955) is known color: Texas Rose. HEX triplet: FD, A9 and 55. RGB value is (253,169,85). Sum of RGB (Red+Green+Blue) = 253+169+85=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA955 is #0256AA. Grayscale: #B8B8B8. Windows color (decimal): -153259 or 5614077. OLE color: 5614077.
HSL color Cylindrical-coordinate representation of color #FDA955: hue angle of 30º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDA955 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 85 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.01 |
| HSL | 30º | 0.98% | 0.66% | - |
| HSV(B) | 30º | 0.66% | 0.99% | - |
| XYZ | 56.34 | 49.91 | 15.26 | - |
| YUV | 184.54 | 71.83 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 85 | 0 | 0.33 | 0.66 | 0.01 | 30 | 0.98 | 0.66 |
| Hex | FD | A9 | 55 | 0 | 21 | 42 | 1 | 1E | 62 | 42 |
| Octal | 375 | 251 | 125 | 0 | 41 | 102 | 1 | 36 | 142 | 102 |
| Binary | 11111101 | 10101001 | 1010101 | 0 | 100001 | 1000010 | 1 | 11110 | 1100010 | 1000010 |
Color Harmonies of #FDA955
Complementary color
Monochromatic Colors of #FDA955
Black with #FDA955
Text Example
Text Example
White with #FDA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA955; }
p { color: rgb(253,169,85); }
H1.HeaderClassName
{
color: #FDA955;
}
.AnyTagClassName
{
color: #FDA955;
}
</style>
background-color css
<style>
a { background-color: #FDA955; }
a { background-color: rgb(253,169,85); }
div.DivClassName
{
background-color: #FDA955;
}
.BgClassName
{
background-color: #FDA955;
}
</style>
border-color css
<style>
span { border-color: #FDA955; }
span { border-color: rgb(253,169,85); }
td.TdClassName
{
border-color: #FDA955;
}
.TagClassName
{
border-color: #FDA955;
}
</style>