Shades of Texas Rose #FDAB54
Tints of Texas Rose #FDAB54
RGB
CMYK
RGB Variations
Color information
#FDAB54 (or 0xFDAB54) is known color: Texas Rose. HEX triplet: FD, AB and 54. RGB value is (253,171,84). Sum of RGB (Red+Green+Blue) = 253+171+84=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB54 is #0254AB. Grayscale: #BABABA. Windows color (decimal): -152748 or 5549053. OLE color: 5549053.
HSL color Cylindrical-coordinate representation of color #FDAB54: hue angle of 30.89º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDAB54 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 84 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.01 |
| HSL | 30.89º | 0.98% | 0.66% | - |
| HSV(B) | 30.89º | 0.67% | 0.99% | - |
| XYZ | 56.67 | 50.65 | 15.18 | - |
| YUV | 185.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 84 | 0 | 0.32 | 0.67 | 0.01 | 30.89 | 0.98 | 0.66 |
| Hex | FD | AB | 54 | 0 | 20 | 43 | 1 | 1F | 62 | 42 |
| Octal | 375 | 253 | 124 | 0 | 40 | 103 | 1 | 37 | 142 | 102 |
| Binary | 11111101 | 10101011 | 1010100 | 0 | 100000 | 1000011 | 1 | 11111 | 1100010 | 1000010 |
Color Harmonies of #FDAB54
Complementary color
Monochromatic Colors of #FDAB54
Black with #FDAB54
Text Example
Text Example
White with #FDAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB54; }
p { color: rgb(253,171,84); }
H1.HeaderClassName
{
color: #FDAB54;
}
.AnyTagClassName
{
color: #FDAB54;
}
</style>
background-color css
<style>
a { background-color: #FDAB54; }
a { background-color: rgb(253,171,84); }
div.DivClassName
{
background-color: #FDAB54;
}
.BgClassName
{
background-color: #FDAB54;
}
</style>
border-color css
<style>
span { border-color: #FDAB54; }
span { border-color: rgb(253,171,84); }
td.TdClassName
{
border-color: #FDAB54;
}
.TagClassName
{
border-color: #FDAB54;
}
</style>