Shades of Texas Rose #FDAB57
Tints of Texas Rose #FDAB57
RGB
CMYK
RGB Variations
Color information
#FDAB57 (or 0xFDAB57) is known color: Texas Rose. HEX triplet: FD, AB and 57. RGB value is (253,171,87). Sum of RGB (Red+Green+Blue) = 253+171+87=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB57 is #0254A8. Grayscale: #BABABA. Windows color (decimal): -152745 or 5745661. OLE color: 5745661.
HSL color Cylindrical-coordinate representation of color #FDAB57: hue angle of 30.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDAB57 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 87 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.01 |
| HSL | 30.36º | 0.98% | 0.67% | - |
| HSV(B) | 30.36º | 0.66% | 0.99% | - |
| XYZ | 56.79 | 50.7 | 15.81 | - |
| YUV | 185.94 | 72.17 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 87 | 0 | 0.32 | 0.66 | 0.01 | 30.36 | 0.98 | 0.67 |
| Hex | FD | AB | 57 | 0 | 20 | 42 | 1 | 1E | 62 | 43 |
| Octal | 375 | 253 | 127 | 0 | 40 | 102 | 1 | 36 | 142 | 103 |
| Binary | 11111101 | 10101011 | 1010111 | 0 | 100000 | 1000010 | 1 | 11110 | 1100010 | 1000011 |
Color Harmonies of #FDAB57
Complementary color
Monochromatic Colors of #FDAB57
Black with #FDAB57
Text Example
Text Example
White with #FDAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB57; }
p { color: rgb(253,171,87); }
H1.HeaderClassName
{
color: #FDAB57;
}
.AnyTagClassName
{
color: #FDAB57;
}
</style>
background-color css
<style>
a { background-color: #FDAB57; }
a { background-color: rgb(253,171,87); }
div.DivClassName
{
background-color: #FDAB57;
}
.BgClassName
{
background-color: #FDAB57;
}
</style>
border-color css
<style>
span { border-color: #FDAB57; }
span { border-color: rgb(253,171,87); }
td.TdClassName
{
border-color: #FDAB57;
}
.TagClassName
{
border-color: #FDAB57;
}
</style>