Shades of Rajah #FCBA62
Tints of Rajah #FCBA62
RGB
CMYK
RGB Variations
Color information
#FCBA62 (or 0xFCBA62) is known color: Rajah. HEX triplet: FC, BA and 62. RGB value is (252,186,98). Sum of RGB (Red+Green+Blue) = 252+186+98=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA62 is #03459D. Grayscale: #C4C4C4. Windows color (decimal): -214430 or 6470396. OLE color: 6470396.
HSL color Cylindrical-coordinate representation of color #FCBA62: hue angle of 34.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCBA62 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 98 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.01 |
| HSL | 34.29º | 0.96% | 0.69% | - |
| HSV(B) | 34.29º | 0.61% | 0.99% | - |
| XYZ | 59.91 | 56.7 | 19.34 | - |
| YUV | 195.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 98 | 0 | 0.26 | 0.61 | 0.01 | 34.29 | 0.96 | 0.69 |
| Hex | FC | BA | 62 | 0 | 1A | 3D | 1 | 22 | 60 | 45 |
| Octal | 374 | 272 | 142 | 0 | 32 | 75 | 1 | 42 | 140 | 105 |
| Binary | 11111100 | 10111010 | 1100010 | 0 | 11010 | 111101 | 1 | 100010 | 1100000 | 1000101 |
Color Harmonies of #FCBA62
Complementary color
Monochromatic Colors of #FCBA62
Black with #FCBA62
Text Example
Text Example
White with #FCBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA62; }
p { color: rgb(252,186,98); }
H1.HeaderClassName
{
color: #FCBA62;
}
.AnyTagClassName
{
color: #FCBA62;
}
</style>
background-color css
<style>
a { background-color: #FCBA62; }
a { background-color: rgb(252,186,98); }
div.DivClassName
{
background-color: #FCBA62;
}
.BgClassName
{
background-color: #FCBA62;
}
</style>
border-color css
<style>
span { border-color: #FCBA62; }
span { border-color: rgb(252,186,98); }
td.TdClassName
{
border-color: #FCBA62;
}
.TagClassName
{
border-color: #FCBA62;
}
</style>