Shades of Rajah #FCA863
Tints of Rajah #FCA863
RGB
CMYK
RGB Variations
Color information
#FCA863 (or 0xFCA863) is known color: Rajah. HEX triplet: FC, A8 and 63. RGB value is (252,168,99). Sum of RGB (Red+Green+Blue) = 252+168+99=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA863 is #03579C. Grayscale: #B9B9B9. Windows color (decimal): -219037 or 6531324. OLE color: 6531324.
HSL color Cylindrical-coordinate representation of color #FCA863: hue angle of 27.06º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCA863 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 99 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.01 |
| HSL | 27.06º | 0.96% | 0.69% | - |
| HSV(B) | 27.06º | 0.61% | 0.99% | - |
| XYZ | 56.4 | 49.6 | 18.41 | - |
| YUV | 185.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 99 | 0 | 0.33 | 0.61 | 0.01 | 27.06 | 0.96 | 0.69 |
| Hex | FC | A8 | 63 | 0 | 21 | 3D | 1 | 1B | 60 | 45 |
| Octal | 374 | 250 | 143 | 0 | 41 | 75 | 1 | 33 | 140 | 105 |
| Binary | 11111100 | 10101000 | 1100011 | 0 | 100001 | 111101 | 1 | 11011 | 1100000 | 1000101 |
Color Harmonies of #FCA863
Complementary color
Monochromatic Colors of #FCA863
Black with #FCA863
Text Example
Text Example
White with #FCA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA863; }
p { color: rgb(252,168,99); }
H1.HeaderClassName
{
color: #FCA863;
}
.AnyTagClassName
{
color: #FCA863;
}
</style>
background-color css
<style>
a { background-color: #FCA863; }
a { background-color: rgb(252,168,99); }
div.DivClassName
{
background-color: #FCA863;
}
.BgClassName
{
background-color: #FCA863;
}
</style>
border-color css
<style>
span { border-color: #FCA863; }
span { border-color: rgb(252,168,99); }
td.TdClassName
{
border-color: #FCA863;
}
.TagClassName
{
border-color: #FCA863;
}
</style>