Shades of Rajah #FCB065
Tints of Rajah #FCB065
RGB
CMYK
RGB Variations
Color information
#FCB065 (or 0xFCB065) is known color: Rajah. HEX triplet: FC, B0 and 65. RGB value is (252,176,101). Sum of RGB (Red+Green+Blue) = 252+176+101=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB065 is #034F9A. Grayscale: #BEBEBE. Windows color (decimal): -216987 or 6664444. OLE color: 6664444.
HSL color Cylindrical-coordinate representation of color #FCB065: hue angle of 29.8º 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 #FCB065 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 101 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.01 |
| HSL | 29.8º | 0.96% | 0.69% | - |
| HSV(B) | 29.8º | 0.6% | 0.99% | - |
| XYZ | 58.02 | 52.69 | 19.42 | - |
| YUV | 190.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 101 | 0 | 0.30 | 0.60 | 0.01 | 29.8 | 0.96 | 0.69 |
| Hex | FC | B0 | 65 | 0 | 1E | 3C | 1 | 1E | 60 | 45 |
| Octal | 374 | 260 | 145 | 0 | 36 | 74 | 1 | 36 | 140 | 105 |
| Binary | 11111100 | 10110000 | 1100101 | 0 | 11110 | 111100 | 1 | 11110 | 1100000 | 1000101 |
Color Harmonies of #FCB065
Complementary color
Monochromatic Colors of #FCB065
Black with #FCB065
Text Example
Text Example
White with #FCB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB065; }
p { color: rgb(252,176,101); }
H1.HeaderClassName
{
color: #FCB065;
}
.AnyTagClassName
{
color: #FCB065;
}
</style>
background-color css
<style>
a { background-color: #FCB065; }
a { background-color: rgb(252,176,101); }
div.DivClassName
{
background-color: #FCB065;
}
.BgClassName
{
background-color: #FCB065;
}
</style>
border-color css
<style>
span { border-color: #FCB065; }
span { border-color: rgb(252,176,101); }
td.TdClassName
{
border-color: #FCB065;
}
.TagClassName
{
border-color: #FCB065;
}
</style>