Shades of Texas Rose #FCAB54
Tints of Texas Rose #FCAB54
RGB
CMYK
RGB Variations
Color information
#FCAB54 (or 0xFCAB54) is known color: Texas Rose. HEX triplet: FC, AB and 54. RGB value is (252,171,84). Sum of RGB (Red+Green+Blue) = 252+171+84=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB54 is #0354AB. Grayscale: #B9B9B9. Windows color (decimal): -218284 or 5549052. OLE color: 5549052.
HSL color Cylindrical-coordinate representation of color #FCAB54: hue angle of 31.07º degrees, saturation: 0.97, 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 #FCAB54 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 84 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.01 |
| HSL | 31.07º | 0.97% | 0.66% | - |
| HSV(B) | 31.07º | 0.67% | 0.99% | - |
| XYZ | 56.31 | 50.46 | 15.16 | - |
| YUV | 185.3 | 70.84 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 84 | 0 | 0.32 | 0.67 | 0.01 | 31.07 | 0.97 | 0.66 |
| Hex | FC | AB | 54 | 0 | 20 | 43 | 1 | 1F | 61 | 42 |
| Octal | 374 | 253 | 124 | 0 | 40 | 103 | 1 | 37 | 141 | 102 |
| Binary | 11111100 | 10101011 | 1010100 | 0 | 100000 | 1000011 | 1 | 11111 | 1100001 | 1000010 |
Color Harmonies of #FCAB54
Complementary color
Monochromatic Colors of #FCAB54
Black with #FCAB54
Text Example
Text Example
White with #FCAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB54; }
p { color: rgb(252,171,84); }
H1.HeaderClassName
{
color: #FCAB54;
}
.AnyTagClassName
{
color: #FCAB54;
}
</style>
background-color css
<style>
a { background-color: #FCAB54; }
a { background-color: rgb(252,171,84); }
div.DivClassName
{
background-color: #FCAB54;
}
.BgClassName
{
background-color: #FCAB54;
}
</style>
border-color css
<style>
span { border-color: #FCAB54; }
span { border-color: rgb(252,171,84); }
td.TdClassName
{
border-color: #FCAB54;
}
.TagClassName
{
border-color: #FCAB54;
}
</style>