Shades of Rajah #FCBA65
Tints of Rajah #FCBA65
RGB
CMYK
RGB Variations
Color information
#FCBA65 (or 0xFCBA65) is known color: Rajah. HEX triplet: FC, BA and 65. RGB value is (252,186,101). Sum of RGB (Red+Green+Blue) = 252+186+101=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA65 is #03459A. Grayscale: #C4C4C4. Windows color (decimal): -214427 or 6667004. OLE color: 6667004.
HSL color Cylindrical-coordinate representation of color #FCBA65: hue angle of 33.77º 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 #FCBA65 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 101 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.01 |
| HSL | 33.77º | 0.96% | 0.69% | - |
| HSV(B) | 33.77º | 0.6% | 0.99% | - |
| XYZ | 60.05 | 56.75 | 20.1 | - |
| YUV | 196.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 101 | 0 | 0.26 | 0.60 | 0.01 | 33.77 | 0.96 | 0.69 |
| Hex | FC | BA | 65 | 0 | 1A | 3C | 1 | 22 | 60 | 45 |
| Octal | 374 | 272 | 145 | 0 | 32 | 74 | 1 | 42 | 140 | 105 |
| Binary | 11111100 | 10111010 | 1100101 | 0 | 11010 | 111100 | 1 | 100010 | 1100000 | 1000101 |
Color Harmonies of #FCBA65
Complementary color
Monochromatic Colors of #FCBA65
Black with #FCBA65
Text Example
Text Example
White with #FCBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA65; }
p { color: rgb(252,186,101); }
H1.HeaderClassName
{
color: #FCBA65;
}
.AnyTagClassName
{
color: #FCBA65;
}
</style>
background-color css
<style>
a { background-color: #FCBA65; }
a { background-color: rgb(252,186,101); }
div.DivClassName
{
background-color: #FCBA65;
}
.BgClassName
{
background-color: #FCBA65;
}
</style>
border-color css
<style>
span { border-color: #FCBA65; }
span { border-color: rgb(252,186,101); }
td.TdClassName
{
border-color: #FCBA65;
}
.TagClassName
{
border-color: #FCBA65;
}
</style>