Shades of Texas Rose #FCAA51
Tints of Texas Rose #FCAA51
RGB
CMYK
RGB Variations
Color information
#FCAA51 (or 0xFCAA51) is known color: Texas Rose. HEX triplet: FC, AA and 51. RGB value is (252,170,81). Sum of RGB (Red+Green+Blue) = 252+170+81=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA51 is #0355AE. Grayscale: #B8B8B8. Windows color (decimal): -218543 or 5352188. OLE color: 5352188.
HSL color Cylindrical-coordinate representation of color #FCAA51: hue angle of 31.23º 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 #FCAA51 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 81 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.01 |
| HSL | 31.23º | 0.97% | 0.65% | - |
| HSV(B) | 31.23º | 0.68% | 0.99% | - |
| XYZ | 56 | 50.04 | 14.49 | - |
| YUV | 184.37 | 69.67 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 81 | 0 | 0.33 | 0.68 | 0.01 | 31.23 | 0.97 | 0.65 |
| Hex | FC | AA | 51 | 0 | 21 | 44 | 1 | 1F | 61 | 41 |
| Octal | 374 | 252 | 121 | 0 | 41 | 104 | 1 | 37 | 141 | 101 |
| Binary | 11111100 | 10101010 | 1010001 | 0 | 100001 | 1000100 | 1 | 11111 | 1100001 | 1000001 |
Color Harmonies of #FCAA51
Complementary color
Monochromatic Colors of #FCAA51
Black with #FCAA51
Text Example
Text Example
White with #FCAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA51; }
p { color: rgb(252,170,81); }
H1.HeaderClassName
{
color: #FCAA51;
}
.AnyTagClassName
{
color: #FCAA51;
}
</style>
background-color css
<style>
a { background-color: #FCAA51; }
a { background-color: rgb(252,170,81); }
div.DivClassName
{
background-color: #FCAA51;
}
.BgClassName
{
background-color: #FCAA51;
}
</style>
border-color css
<style>
span { border-color: #FCAA51; }
span { border-color: rgb(252,170,81); }
td.TdClassName
{
border-color: #FCAA51;
}
.TagClassName
{
border-color: #FCAA51;
}
</style>