Shades of Rajah #FCAA5D
Tints of Rajah #FCAA5D
RGB
CMYK
RGB Variations
Color information
#FCAA5D (or 0xFCAA5D) is known color: Rajah. HEX triplet: FC, AA and 5D. RGB value is (252,170,93). Sum of RGB (Red+Green+Blue) = 252+170+93=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA5D is #0355A2. Grayscale: #BABABA. Windows color (decimal): -218531 or 6138620. OLE color: 6138620.
HSL color Cylindrical-coordinate representation of color #FCAA5D: hue angle of 29.06º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCAA5D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 93 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.01 |
| HSL | 29.06º | 0.96% | 0.68% | - |
| HSV(B) | 29.06º | 0.63% | 0.99% | - |
| XYZ | 56.5 | 50.24 | 17.07 | - |
| YUV | 185.74 | 75.67 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 93 | 0 | 0.33 | 0.63 | 0.01 | 29.06 | 0.96 | 0.68 |
| Hex | FC | AA | 5D | 0 | 21 | 3F | 1 | 1D | 60 | 44 |
| Octal | 374 | 252 | 135 | 0 | 41 | 77 | 1 | 35 | 140 | 104 |
| Binary | 11111100 | 10101010 | 1011101 | 0 | 100001 | 111111 | 1 | 11101 | 1100000 | 1000100 |
Color Harmonies of #FCAA5D
Complementary color
Monochromatic Colors of #FCAA5D
Black with #FCAA5D
Text Example
Text Example
White with #FCAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA5D; }
p { color: rgb(252,170,93); }
H1.HeaderClassName
{
color: #FCAA5D;
}
.AnyTagClassName
{
color: #FCAA5D;
}
</style>
background-color css
<style>
a { background-color: #FCAA5D; }
a { background-color: rgb(252,170,93); }
div.DivClassName
{
background-color: #FCAA5D;
}
.BgClassName
{
background-color: #FCAA5D;
}
</style>
border-color css
<style>
span { border-color: #FCAA5D; }
span { border-color: rgb(252,170,93); }
td.TdClassName
{
border-color: #FCAA5D;
}
.TagClassName
{
border-color: #FCAA5D;
}
</style>