Shades of Rajah #FCAA5C
Tints of Rajah #FCAA5C
RGB
CMYK
RGB Variations
Color information
#FCAA5C (or 0xFCAA5C) is known color: Rajah. HEX triplet: FC, AA and 5C. RGB value is (252,170,92). Sum of RGB (Red+Green+Blue) = 252+170+92=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA5C is #0355A3. Grayscale: #BABABA. Windows color (decimal): -218532 or 6073084. OLE color: 6073084.
HSL color Cylindrical-coordinate representation of color #FCAA5C: hue angle of 29.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCAA5C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 92 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.01 |
| HSL | 29.25º | 0.96% | 0.67% | - |
| HSV(B) | 29.25º | 0.63% | 0.99% | - |
| XYZ | 56.45 | 50.22 | 16.84 | - |
| YUV | 185.63 | 75.17 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 92 | 0 | 0.33 | 0.63 | 0.01 | 29.25 | 0.96 | 0.67 |
| Hex | FC | AA | 5C | 0 | 21 | 3F | 1 | 1D | 60 | 43 |
| Octal | 374 | 252 | 134 | 0 | 41 | 77 | 1 | 35 | 140 | 103 |
| Binary | 11111100 | 10101010 | 1011100 | 0 | 100001 | 111111 | 1 | 11101 | 1100000 | 1000011 |
Color Harmonies of #FCAA5C
Complementary color
Monochromatic Colors of #FCAA5C
Black with #FCAA5C
Text Example
Text Example
White with #FCAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA5C; }
p { color: rgb(252,170,92); }
H1.HeaderClassName
{
color: #FCAA5C;
}
.AnyTagClassName
{
color: #FCAA5C;
}
</style>
background-color css
<style>
a { background-color: #FCAA5C; }
a { background-color: rgb(252,170,92); }
div.DivClassName
{
background-color: #FCAA5C;
}
.BgClassName
{
background-color: #FCAA5C;
}
</style>
border-color css
<style>
span { border-color: #FCAA5C; }
span { border-color: rgb(252,170,92); }
td.TdClassName
{
border-color: #FCAA5C;
}
.TagClassName
{
border-color: #FCAA5C;
}
</style>