Shades of Rajah #FCA865
Tints of Rajah #FCA865
RGB
CMYK
RGB Variations
Color information
#FCA865 (or 0xFCA865) is known color: Rajah. HEX triplet: FC, A8 and 65. RGB value is (252,168,101). Sum of RGB (Red+Green+Blue) = 252+168+101=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA865 is #03579A. Grayscale: #B9B9B9. Windows color (decimal): -219035 or 6662396. OLE color: 6662396.
HSL color Cylindrical-coordinate representation of color #FCA865: hue angle of 26.62º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCA865 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 101 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.01 |
| HSL | 26.62º | 0.96% | 0.69% | - |
| HSV(B) | 26.62º | 0.6% | 0.99% | - |
| XYZ | 56.5 | 49.64 | 18.92 | - |
| YUV | 185.48 | 80.33 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 101 | 0 | 0.33 | 0.60 | 0.01 | 26.62 | 0.96 | 0.69 |
| Hex | FC | A8 | 65 | 0 | 21 | 3C | 1 | 1B | 60 | 45 |
| Octal | 374 | 250 | 145 | 0 | 41 | 74 | 1 | 33 | 140 | 105 |
| Binary | 11111100 | 10101000 | 1100101 | 0 | 100001 | 111100 | 1 | 11011 | 1100000 | 1000101 |
Color Harmonies of #FCA865
Complementary color
Monochromatic Colors of #FCA865
Black with #FCA865
Text Example
Text Example
White with #FCA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA865; }
p { color: rgb(252,168,101); }
H1.HeaderClassName
{
color: #FCA865;
}
.AnyTagClassName
{
color: #FCA865;
}
</style>
background-color css
<style>
a { background-color: #FCA865; }
a { background-color: rgb(252,168,101); }
div.DivClassName
{
background-color: #FCA865;
}
.BgClassName
{
background-color: #FCA865;
}
</style>
border-color css
<style>
span { border-color: #FCA865; }
span { border-color: rgb(252,168,101); }
td.TdClassName
{
border-color: #FCA865;
}
.TagClassName
{
border-color: #FCA865;
}
</style>