Shades of Texas Rose #FCAC4F
Tints of Texas Rose #FCAC4F
RGB
CMYK
RGB Variations
Color information
#FCAC4F (or 0xFCAC4F) is known color: Texas Rose. HEX triplet: FC, AC and 4F. RGB value is (252,172,79). Sum of RGB (Red+Green+Blue) = 252+172+79=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC4F is #0353B0. Grayscale: #B9B9B9. Windows color (decimal): -218033 or 5221628. OLE color: 5221628.
HSL color Cylindrical-coordinate representation of color #FCAC4F: hue angle of 32.25º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCAC4F is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 79 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.01 |
| HSL | 32.25º | 0.97% | 0.65% | - |
| HSV(B) | 32.25º | 0.69% | 0.99% | - |
| XYZ | 56.31 | 50.77 | 14.23 | - |
| YUV | 185.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 79 | 0 | 0.32 | 0.69 | 0.01 | 32.25 | 0.97 | 0.65 |
| Hex | FC | AC | 4F | 0 | 20 | 45 | 1 | 20 | 61 | 41 |
| Octal | 374 | 254 | 117 | 0 | 40 | 105 | 1 | 40 | 141 | 101 |
| Binary | 11111100 | 10101100 | 1001111 | 0 | 100000 | 1000101 | 1 | 100000 | 1100001 | 1000001 |
Color Harmonies of #FCAC4F
Complementary color
Monochromatic Colors of #FCAC4F
Black with #FCAC4F
Text Example
Text Example
White with #FCAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC4F; }
p { color: rgb(252,172,79); }
H1.HeaderClassName
{
color: #FCAC4F;
}
.AnyTagClassName
{
color: #FCAC4F;
}
</style>
background-color css
<style>
a { background-color: #FCAC4F; }
a { background-color: rgb(252,172,79); }
div.DivClassName
{
background-color: #FCAC4F;
}
.BgClassName
{
background-color: #FCAC4F;
}
</style>
border-color css
<style>
span { border-color: #FCAC4F; }
span { border-color: rgb(252,172,79); }
td.TdClassName
{
border-color: #FCAC4F;
}
.TagClassName
{
border-color: #FCAC4F;
}
</style>