Shades of Texas Rose #FCAA54
Tints of Texas Rose #FCAA54
RGB
CMYK
RGB Variations
Color information
#FCAA54 (or 0xFCAA54) is known color: Texas Rose. HEX triplet: FC, AA and 54. RGB value is (252,170,84). Sum of RGB (Red+Green+Blue) = 252+170+84=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA54 is #0355AB. Grayscale: #B9B9B9. Windows color (decimal): -218540 or 5548796. OLE color: 5548796.
HSL color Cylindrical-coordinate representation of color #FCAA54: hue angle of 30.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCAA54 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 84 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.01 |
| HSL | 30.71º | 0.97% | 0.66% | - |
| HSV(B) | 30.71º | 0.67% | 0.99% | - |
| XYZ | 56.12 | 50.09 | 15.1 | - |
| YUV | 184.71 | 71.17 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 84 | 0 | 0.33 | 0.67 | 0.01 | 30.71 | 0.97 | 0.66 |
| Hex | FC | AA | 54 | 0 | 21 | 43 | 1 | 1F | 61 | 42 |
| Octal | 374 | 252 | 124 | 0 | 41 | 103 | 1 | 37 | 141 | 102 |
| Binary | 11111100 | 10101010 | 1010100 | 0 | 100001 | 1000011 | 1 | 11111 | 1100001 | 1000010 |
Color Harmonies of #FCAA54
Complementary color
Monochromatic Colors of #FCAA54
Black with #FCAA54
Text Example
Text Example
White with #FCAA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA54; }
p { color: rgb(252,170,84); }
H1.HeaderClassName
{
color: #FCAA54;
}
.AnyTagClassName
{
color: #FCAA54;
}
</style>
background-color css
<style>
a { background-color: #FCAA54; }
a { background-color: rgb(252,170,84); }
div.DivClassName
{
background-color: #FCAA54;
}
.BgClassName
{
background-color: #FCAA54;
}
</style>
border-color css
<style>
span { border-color: #FCAA54; }
span { border-color: rgb(252,170,84); }
td.TdClassName
{
border-color: #FCAA54;
}
.TagClassName
{
border-color: #FCAA54;
}
</style>