Shades of Texas Rose #FCAC55
Tints of Texas Rose #FCAC55
RGB
CMYK
RGB Variations
Color information
#FCAC55 (or 0xFCAC55) is known color: Texas Rose. HEX triplet: FC, AC and 55. RGB value is (252,172,85). Sum of RGB (Red+Green+Blue) = 252+172+85=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC55 is #0353AA. Grayscale: #BABABA. Windows color (decimal): -218027 or 5614844. OLE color: 5614844.
HSL color Cylindrical-coordinate representation of color #FCAC55: hue angle of 31.26º 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 #FCAC55 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 85 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.01 |
| HSL | 31.26º | 0.97% | 0.66% | - |
| HSV(B) | 31.26º | 0.66% | 0.99% | - |
| XYZ | 56.54 | 50.86 | 15.43 | - |
| YUV | 186 | 71 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 85 | 0 | 0.32 | 0.66 | 0.01 | 31.26 | 0.97 | 0.66 |
| Hex | FC | AC | 55 | 0 | 20 | 42 | 1 | 1F | 61 | 42 |
| Octal | 374 | 254 | 125 | 0 | 40 | 102 | 1 | 37 | 141 | 102 |
| Binary | 11111100 | 10101100 | 1010101 | 0 | 100000 | 1000010 | 1 | 11111 | 1100001 | 1000010 |
Color Harmonies of #FCAC55
Complementary color
Monochromatic Colors of #FCAC55
Black with #FCAC55
Text Example
Text Example
White with #FCAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC55; }
p { color: rgb(252,172,85); }
H1.HeaderClassName
{
color: #FCAC55;
}
.AnyTagClassName
{
color: #FCAC55;
}
</style>
background-color css
<style>
a { background-color: #FCAC55; }
a { background-color: rgb(252,172,85); }
div.DivClassName
{
background-color: #FCAC55;
}
.BgClassName
{
background-color: #FCAC55;
}
</style>
border-color css
<style>
span { border-color: #FCAC55; }
span { border-color: rgb(252,172,85); }
td.TdClassName
{
border-color: #FCAC55;
}
.TagClassName
{
border-color: #FCAC55;
}
</style>