Shades of Texas Rose #FCAC51
Tints of Texas Rose #FCAC51
RGB
CMYK
RGB Variations
Color information
#FCAC51 (or 0xFCAC51) is known color: Texas Rose. HEX triplet: FC, AC and 51. RGB value is (252,172,81). Sum of RGB (Red+Green+Blue) = 252+172+81=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC51 is #0353AE. Grayscale: #B9B9B9. Windows color (decimal): -218031 or 5352700. OLE color: 5352700.
HSL color Cylindrical-coordinate representation of color #FCAC51: hue angle of 31.93º degrees, saturation: 0.97, 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 #FCAC51 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 81 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.01 |
| HSL | 31.93º | 0.97% | 0.65% | - |
| HSV(B) | 31.93º | 0.68% | 0.99% | - |
| XYZ | 56.38 | 50.79 | 14.62 | - |
| YUV | 185.55 | 69 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 81 | 0 | 0.32 | 0.68 | 0.01 | 31.93 | 0.97 | 0.65 |
| Hex | FC | AC | 51 | 0 | 20 | 44 | 1 | 20 | 61 | 41 |
| Octal | 374 | 254 | 121 | 0 | 40 | 104 | 1 | 40 | 141 | 101 |
| Binary | 11111100 | 10101100 | 1010001 | 0 | 100000 | 1000100 | 1 | 100000 | 1100001 | 1000001 |
Color Harmonies of #FCAC51
Complementary color
Monochromatic Colors of #FCAC51
Black with #FCAC51
Text Example
Text Example
White with #FCAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC51; }
p { color: rgb(252,172,81); }
H1.HeaderClassName
{
color: #FCAC51;
}
.AnyTagClassName
{
color: #FCAC51;
}
</style>
background-color css
<style>
a { background-color: #FCAC51; }
a { background-color: rgb(252,172,81); }
div.DivClassName
{
background-color: #FCAC51;
}
.BgClassName
{
background-color: #FCAC51;
}
</style>
border-color css
<style>
span { border-color: #FCAC51; }
span { border-color: rgb(252,172,81); }
td.TdClassName
{
border-color: #FCAC51;
}
.TagClassName
{
border-color: #FCAC51;
}
</style>