Shades of Texas Rose #FCAC56
Tints of Texas Rose #FCAC56
RGB
CMYK
RGB Variations
Color information
#FCAC56 (or 0xFCAC56) is known color: Texas Rose. HEX triplet: FC, AC and 56. RGB value is (252,172,86). Sum of RGB (Red+Green+Blue) = 252+172+86=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC56 is #0353A9. Grayscale: #BABABA. Windows color (decimal): -218026 or 5680380. OLE color: 5680380.
HSL color Cylindrical-coordinate representation of color #FCAC56: hue angle of 31.08º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCAC56 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 86 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.01 |
| HSL | 31.08º | 0.97% | 0.66% | - |
| HSV(B) | 31.08º | 0.66% | 0.99% | - |
| XYZ | 56.58 | 50.87 | 15.64 | - |
| YUV | 186.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 86 | 0 | 0.32 | 0.66 | 0.01 | 31.08 | 0.97 | 0.66 |
| Hex | FC | AC | 56 | 0 | 20 | 42 | 1 | 1F | 61 | 42 |
| Octal | 374 | 254 | 126 | 0 | 40 | 102 | 1 | 37 | 141 | 102 |
| Binary | 11111100 | 10101100 | 1010110 | 0 | 100000 | 1000010 | 1 | 11111 | 1100001 | 1000010 |
Color Harmonies of #FCAC56
Complementary color
Monochromatic Colors of #FCAC56
Black with #FCAC56
Text Example
Text Example
White with #FCAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC56; }
p { color: rgb(252,172,86); }
H1.HeaderClassName
{
color: #FCAC56;
}
.AnyTagClassName
{
color: #FCAC56;
}
</style>
background-color css
<style>
a { background-color: #FCAC56; }
a { background-color: rgb(252,172,86); }
div.DivClassName
{
background-color: #FCAC56;
}
.BgClassName
{
background-color: #FCAC56;
}
</style>
border-color css
<style>
span { border-color: #FCAC56; }
span { border-color: rgb(252,172,86); }
td.TdClassName
{
border-color: #FCAC56;
}
.TagClassName
{
border-color: #FCAC56;
}
</style>