Shades of Rajah #FCB565
Tints of Rajah #FCB565
RGB
CMYK
RGB Variations
Color information
#FCB565 (or 0xFCB565) is known color: Rajah. HEX triplet: FC, B5 and 65. RGB value is (252,181,101). Sum of RGB (Red+Green+Blue) = 252+181+101=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB565 is #034A9A. Grayscale: #C1C1C1. Windows color (decimal): -215707 or 6665724. OLE color: 6665724.
HSL color Cylindrical-coordinate representation of color #FCB565: hue angle of 31.79º 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 #FCB565 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.01 |
| HSL | 31.79º | 0.96% | 0.69% | - |
| HSV(B) | 31.79º | 0.6% | 0.99% | - |
| XYZ | 59.02 | 54.68 | 19.76 | - |
| YUV | 193.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 101 | 0 | 0.28 | 0.60 | 0.01 | 31.79 | 0.96 | 0.69 |
| Hex | FC | B5 | 65 | 0 | 1C | 3C | 1 | 20 | 60 | 45 |
| Octal | 374 | 265 | 145 | 0 | 34 | 74 | 1 | 40 | 140 | 105 |
| Binary | 11111100 | 10110101 | 1100101 | 0 | 11100 | 111100 | 1 | 100000 | 1100000 | 1000101 |
Color Harmonies of #FCB565
Complementary color
Monochromatic Colors of #FCB565
Black with #FCB565
Text Example
Text Example
White with #FCB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB565; }
p { color: rgb(252,181,101); }
H1.HeaderClassName
{
color: #FCB565;
}
.AnyTagClassName
{
color: #FCB565;
}
</style>
background-color css
<style>
a { background-color: #FCB565; }
a { background-color: rgb(252,181,101); }
div.DivClassName
{
background-color: #FCB565;
}
.BgClassName
{
background-color: #FCB565;
}
</style>
border-color css
<style>
span { border-color: #FCB565; }
span { border-color: rgb(252,181,101); }
td.TdClassName
{
border-color: #FCB565;
}
.TagClassName
{
border-color: #FCB565;
}
</style>