Shades of Rajah #FCBA61
Tints of Rajah #FCBA61
RGB
CMYK
RGB Variations
Color information
#FCBA61 (or 0xFCBA61) is known color: Rajah. HEX triplet: FC, BA and 61. RGB value is (252,186,97). Sum of RGB (Red+Green+Blue) = 252+186+97=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA61 is #03459E. Grayscale: #C4C4C4. Windows color (decimal): -214431 or 6404860. OLE color: 6404860.
HSL color Cylindrical-coordinate representation of color #FCBA61: hue angle of 34.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCBA61 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 97 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.01 |
| HSL | 34.45º | 0.96% | 0.68% | - |
| HSV(B) | 34.45º | 0.62% | 0.99% | - |
| XYZ | 59.86 | 56.68 | 19.09 | - |
| YUV | 195.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 97 | 0 | 0.26 | 0.62 | 0.01 | 34.45 | 0.96 | 0.68 |
| Hex | FC | BA | 61 | 0 | 1A | 3E | 1 | 22 | 60 | 44 |
| Octal | 374 | 272 | 141 | 0 | 32 | 76 | 1 | 42 | 140 | 104 |
| Binary | 11111100 | 10111010 | 1100001 | 0 | 11010 | 111110 | 1 | 100010 | 1100000 | 1000100 |
Color Harmonies of #FCBA61
Complementary color
Monochromatic Colors of #FCBA61
Black with #FCBA61
Text Example
Text Example
White with #FCBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA61; }
p { color: rgb(252,186,97); }
H1.HeaderClassName
{
color: #FCBA61;
}
.AnyTagClassName
{
color: #FCBA61;
}
</style>
background-color css
<style>
a { background-color: #FCBA61; }
a { background-color: rgb(252,186,97); }
div.DivClassName
{
background-color: #FCBA61;
}
.BgClassName
{
background-color: #FCBA61;
}
</style>
border-color css
<style>
span { border-color: #FCBA61; }
span { border-color: rgb(252,186,97); }
td.TdClassName
{
border-color: #FCBA61;
}
.TagClassName
{
border-color: #FCBA61;
}
</style>