Shades of Texas Rose #FDAA55
Tints of Texas Rose #FDAA55
RGB
CMYK
RGB Variations
Color information
#FDAA55 (or 0xFDAA55) is known color: Texas Rose. HEX triplet: FD, AA and 55. RGB value is (253,170,85). Sum of RGB (Red+Green+Blue) = 253+170+85=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAA55 is #0255AA. Grayscale: #B9B9B9. Windows color (decimal): -153003 or 5614333. OLE color: 5614333.
HSL color Cylindrical-coordinate representation of color #FDAA55: hue angle of 30.36º 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 #FDAA55 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 85 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.01 |
| HSL | 30.36º | 0.98% | 0.66% | - |
| HSV(B) | 30.36º | 0.66% | 0.99% | - |
| XYZ | 56.52 | 50.29 | 15.32 | - |
| YUV | 185.13 | 71.5 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 85 | 0 | 0.33 | 0.66 | 0.01 | 30.36 | 0.98 | 0.66 |
| Hex | FD | AA | 55 | 0 | 21 | 42 | 1 | 1E | 62 | 42 |
| Octal | 375 | 252 | 125 | 0 | 41 | 102 | 1 | 36 | 142 | 102 |
| Binary | 11111101 | 10101010 | 1010101 | 0 | 100001 | 1000010 | 1 | 11110 | 1100010 | 1000010 |
Color Harmonies of #FDAA55
Complementary color
Monochromatic Colors of #FDAA55
Black with #FDAA55
Text Example
Text Example
White with #FDAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA55; }
p { color: rgb(253,170,85); }
H1.HeaderClassName
{
color: #FDAA55;
}
.AnyTagClassName
{
color: #FDAA55;
}
</style>
background-color css
<style>
a { background-color: #FDAA55; }
a { background-color: rgb(253,170,85); }
div.DivClassName
{
background-color: #FDAA55;
}
.BgClassName
{
background-color: #FDAA55;
}
</style>
border-color css
<style>
span { border-color: #FDAA55; }
span { border-color: rgb(253,170,85); }
td.TdClassName
{
border-color: #FDAA55;
}
.TagClassName
{
border-color: #FDAA55;
}
</style>