Shades of Rajah #FCBB68
Tints of Rajah #FCBB68
RGB
CMYK
RGB Variations
Color information
#FCBB68 (or 0xFCBB68) is known color: Rajah. HEX triplet: FC, BB and 68. RGB value is (252,187,104). Sum of RGB (Red+Green+Blue) = 252+187+104=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBB68 is #034497. Grayscale: #C5C5C5. Windows color (decimal): -214168 or 6863868. OLE color: 6863868.
HSL color Cylindrical-coordinate representation of color #FCBB68: hue angle of 33.65º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCBB68 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 104 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.01 |
| HSL | 33.65º | 0.96% | 0.7% | - |
| HSV(B) | 33.65º | 0.59% | 0.99% | - |
| XYZ | 60.41 | 57.24 | 20.96 | - |
| YUV | 196.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 104 | 0 | 0.26 | 0.59 | 0.01 | 33.65 | 0.96 | 0.7 |
| Hex | FC | BB | 68 | 0 | 1A | 3B | 1 | 22 | 60 | 46 |
| Octal | 374 | 273 | 150 | 0 | 32 | 73 | 1 | 42 | 140 | 106 |
| Binary | 11111100 | 10111011 | 1101000 | 0 | 11010 | 111011 | 1 | 100010 | 1100000 | 1000110 |
Color Harmonies of #FCBB68
Complementary color
Monochromatic Colors of #FCBB68
Black with #FCBB68
Text Example
Text Example
White with #FCBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB68; }
p { color: rgb(252,187,104); }
H1.HeaderClassName
{
color: #FCBB68;
}
.AnyTagClassName
{
color: #FCBB68;
}
</style>
background-color css
<style>
a { background-color: #FCBB68; }
a { background-color: rgb(252,187,104); }
div.DivClassName
{
background-color: #FCBB68;
}
.BgClassName
{
background-color: #FCBB68;
}
</style>
border-color css
<style>
span { border-color: #FCBB68; }
span { border-color: rgb(252,187,104); }
td.TdClassName
{
border-color: #FCBB68;
}
.TagClassName
{
border-color: #FCBB68;
}
</style>