Shades of Rajah #FCAA60
Tints of Rajah #FCAA60
RGB
CMYK
RGB Variations
Color information
#FCAA60 (or 0xFCAA60) is known color: Rajah. HEX triplet: FC, AA and 60. RGB value is (252,170,96). Sum of RGB (Red+Green+Blue) = 252+170+96=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA60 is #03559F. Grayscale: #BABABA. Windows color (decimal): -218528 or 6335228. OLE color: 6335228.
HSL color Cylindrical-coordinate representation of color #FCAA60: hue angle of 28.46º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCAA60 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 96 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.01 |
| HSL | 28.46º | 0.96% | 0.68% | - |
| HSV(B) | 28.46º | 0.62% | 0.99% | - |
| XYZ | 56.63 | 50.29 | 17.79 | - |
| YUV | 186.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 96 | 0 | 0.33 | 0.62 | 0.01 | 28.46 | 0.96 | 0.68 |
| Hex | FC | AA | 60 | 0 | 21 | 3E | 1 | 1C | 60 | 44 |
| Octal | 374 | 252 | 140 | 0 | 41 | 76 | 1 | 34 | 140 | 104 |
| Binary | 11111100 | 10101010 | 1100000 | 0 | 100001 | 111110 | 1 | 11100 | 1100000 | 1000100 |
Color Harmonies of #FCAA60
Complementary color
Monochromatic Colors of #FCAA60
Black with #FCAA60
Text Example
Text Example
White with #FCAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA60; }
p { color: rgb(252,170,96); }
H1.HeaderClassName
{
color: #FCAA60;
}
.AnyTagClassName
{
color: #FCAA60;
}
</style>
background-color css
<style>
a { background-color: #FCAA60; }
a { background-color: rgb(252,170,96); }
div.DivClassName
{
background-color: #FCAA60;
}
.BgClassName
{
background-color: #FCAA60;
}
</style>
border-color css
<style>
span { border-color: #FCAA60; }
span { border-color: rgb(252,170,96); }
td.TdClassName
{
border-color: #FCAA60;
}
.TagClassName
{
border-color: #FCAA60;
}
</style>