Shades of Texas Rose #FCAC59
Tints of Texas Rose #FCAC59
RGB
CMYK
RGB Variations
Color information
#FCAC59 (or 0xFCAC59) is known color: Texas Rose. HEX triplet: FC, AC and 59. RGB value is (252,172,89). Sum of RGB (Red+Green+Blue) = 252+172+89=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC59 is #0353A6. Grayscale: #BABABA. Windows color (decimal): -218023 or 5876988. OLE color: 5876988.
HSL color Cylindrical-coordinate representation of color #FCAC59: hue angle of 30.55º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCAC59 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 89 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.01 |
| HSL | 30.55º | 0.96% | 0.67% | - |
| HSV(B) | 30.55º | 0.65% | 0.99% | - |
| XYZ | 56.7 | 50.92 | 16.29 | - |
| YUV | 186.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 89 | 0 | 0.32 | 0.65 | 0.01 | 30.55 | 0.96 | 0.67 |
| Hex | FC | AC | 59 | 0 | 20 | 41 | 1 | 1F | 60 | 43 |
| Octal | 374 | 254 | 131 | 0 | 40 | 101 | 1 | 37 | 140 | 103 |
| Binary | 11111100 | 10101100 | 1011001 | 0 | 100000 | 1000001 | 1 | 11111 | 1100000 | 1000011 |
Color Harmonies of #FCAC59
Complementary color
Monochromatic Colors of #FCAC59
Black with #FCAC59
Text Example
Text Example
White with #FCAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC59; }
p { color: rgb(252,172,89); }
H1.HeaderClassName
{
color: #FCAC59;
}
.AnyTagClassName
{
color: #FCAC59;
}
</style>
background-color css
<style>
a { background-color: #FCAC59; }
a { background-color: rgb(252,172,89); }
div.DivClassName
{
background-color: #FCAC59;
}
.BgClassName
{
background-color: #FCAC59;
}
</style>
border-color css
<style>
span { border-color: #FCAC59; }
span { border-color: rgb(252,172,89); }
td.TdClassName
{
border-color: #FCAC59;
}
.TagClassName
{
border-color: #FCAC59;
}
</style>