Shades of Texas Rose #FDAB50
Tints of Texas Rose #FDAB50
RGB
CMYK
RGB Variations
Color information
#FDAB50 (or 0xFDAB50) is known color: Texas Rose. HEX triplet: FD, AB and 50. RGB value is (253,171,80). Sum of RGB (Red+Green+Blue) = 253+171+80=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB50 is #0254AF. Grayscale: #B9B9B9. Windows color (decimal): -152752 or 5286909. OLE color: 5286909.
HSL color Cylindrical-coordinate representation of color #FDAB50: hue angle of 31.56º 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 #FDAB50 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 80 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.01 |
| HSL | 31.56º | 0.98% | 0.65% | - |
| HSV(B) | 31.56º | 0.68% | 0.99% | - |
| XYZ | 56.52 | 50.59 | 14.37 | - |
| YUV | 185.14 | 68.67 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 80 | 0 | 0.32 | 0.68 | 0.01 | 31.56 | 0.98 | 0.65 |
| Hex | FD | AB | 50 | 0 | 20 | 44 | 1 | 20 | 62 | 41 |
| Octal | 375 | 253 | 120 | 0 | 40 | 104 | 1 | 40 | 142 | 101 |
| Binary | 11111101 | 10101011 | 1010000 | 0 | 100000 | 1000100 | 1 | 100000 | 1100010 | 1000001 |
Color Harmonies of #FDAB50
Complementary color
Monochromatic Colors of #FDAB50
Black with #FDAB50
Text Example
Text Example
White with #FDAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB50; }
p { color: rgb(253,171,80); }
H1.HeaderClassName
{
color: #FDAB50;
}
.AnyTagClassName
{
color: #FDAB50;
}
</style>
background-color css
<style>
a { background-color: #FDAB50; }
a { background-color: rgb(253,171,80); }
div.DivClassName
{
background-color: #FDAB50;
}
.BgClassName
{
background-color: #FDAB50;
}
</style>
border-color css
<style>
span { border-color: #FDAB50; }
span { border-color: rgb(253,171,80); }
td.TdClassName
{
border-color: #FDAB50;
}
.TagClassName
{
border-color: #FDAB50;
}
</style>