Shades of Texas Rose #FCAA50
Tints of Texas Rose #FCAA50
RGB
CMYK
RGB Variations
Color information
#FCAA50 (or 0xFCAA50) is known color: Texas Rose. HEX triplet: FC, AA and 50. RGB value is (252,170,80). Sum of RGB (Red+Green+Blue) = 252+170+80=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA50 is #0355AF. Grayscale: #B8B8B8. Windows color (decimal): -218544 or 5286652. OLE color: 5286652.
HSL color Cylindrical-coordinate representation of color #FCAA50: hue angle of 31.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCAA50 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 80 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.01 |
| HSL | 31.4º | 0.97% | 0.65% | - |
| HSV(B) | 31.4º | 0.68% | 0.99% | - |
| XYZ | 55.97 | 50.02 | 14.3 | - |
| YUV | 184.26 | 69.17 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 80 | 0 | 0.33 | 0.68 | 0.01 | 31.4 | 0.97 | 0.65 |
| Hex | FC | AA | 50 | 0 | 21 | 44 | 1 | 1F | 61 | 41 |
| Octal | 374 | 252 | 120 | 0 | 41 | 104 | 1 | 37 | 141 | 101 |
| Binary | 11111100 | 10101010 | 1010000 | 0 | 100001 | 1000100 | 1 | 11111 | 1100001 | 1000001 |
Color Harmonies of #FCAA50
Complementary color
Monochromatic Colors of #FCAA50
Black with #FCAA50
Text Example
Text Example
White with #FCAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA50; }
p { color: rgb(252,170,80); }
H1.HeaderClassName
{
color: #FCAA50;
}
.AnyTagClassName
{
color: #FCAA50;
}
</style>
background-color css
<style>
a { background-color: #FCAA50; }
a { background-color: rgb(252,170,80); }
div.DivClassName
{
background-color: #FCAA50;
}
.BgClassName
{
background-color: #FCAA50;
}
</style>
border-color css
<style>
span { border-color: #FCAA50; }
span { border-color: rgb(252,170,80); }
td.TdClassName
{
border-color: #FCAA50;
}
.TagClassName
{
border-color: #FCAA50;
}
</style>