Shades of Texas Rose #FCAC58
Tints of Texas Rose #FCAC58
RGB
CMYK
RGB Variations
Color information
#FCAC58 (or 0xFCAC58) is known color: Texas Rose. HEX triplet: FC, AC and 58. RGB value is (252,172,88). Sum of RGB (Red+Green+Blue) = 252+172+88=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC58 is #0353A7. Grayscale: #BABABA. Windows color (decimal): -218024 or 5811452. OLE color: 5811452.
HSL color Cylindrical-coordinate representation of color #FCAC58: hue angle of 30.73º 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 #FCAC58 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 88 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.01 |
| HSL | 30.73º | 0.96% | 0.67% | - |
| HSV(B) | 30.73º | 0.65% | 0.99% | - |
| XYZ | 56.66 | 50.91 | 16.07 | - |
| YUV | 186.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 88 | 0 | 0.32 | 0.65 | 0.01 | 30.73 | 0.96 | 0.67 |
| Hex | FC | AC | 58 | 0 | 20 | 41 | 1 | 1F | 60 | 43 |
| Octal | 374 | 254 | 130 | 0 | 40 | 101 | 1 | 37 | 140 | 103 |
| Binary | 11111100 | 10101100 | 1011000 | 0 | 100000 | 1000001 | 1 | 11111 | 1100000 | 1000011 |
Color Harmonies of #FCAC58
Complementary color
Monochromatic Colors of #FCAC58
Black with #FCAC58
Text Example
Text Example
White with #FCAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC58; }
p { color: rgb(252,172,88); }
H1.HeaderClassName
{
color: #FCAC58;
}
.AnyTagClassName
{
color: #FCAC58;
}
</style>
background-color css
<style>
a { background-color: #FCAC58; }
a { background-color: rgb(252,172,88); }
div.DivClassName
{
background-color: #FCAC58;
}
.BgClassName
{
background-color: #FCAC58;
}
</style>
border-color css
<style>
span { border-color: #FCAC58; }
span { border-color: rgb(252,172,88); }
td.TdClassName
{
border-color: #FCAC58;
}
.TagClassName
{
border-color: #FCAC58;
}
</style>