Shades of Rajah #FCBD63
Tints of Rajah #FCBD63
RGB
CMYK
RGB Variations
Color information
#FCBD63 (or 0xFCBD63) is known color: Rajah. HEX triplet: FC, BD and 63. RGB value is (252,189,99). Sum of RGB (Red+Green+Blue) = 252+189+99=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBD63 is #03429C. Grayscale: #C6C6C6. Windows color (decimal): -213661 or 6536700. OLE color: 6536700.
HSL color Cylindrical-coordinate representation of color #FCBD63: hue angle of 35.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 #FCBD63 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 99 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.01 |
| HSL | 35.29º | 0.96% | 0.69% | - |
| HSV(B) | 35.29º | 0.61% | 0.99% | - |
| XYZ | 60.59 | 57.99 | 19.8 | - |
| YUV | 197.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 99 | 0 | 0.25 | 0.61 | 0.01 | 35.29 | 0.96 | 0.69 |
| Hex | FC | BD | 63 | 0 | 19 | 3D | 1 | 23 | 60 | 45 |
| Octal | 374 | 275 | 143 | 0 | 31 | 75 | 1 | 43 | 140 | 105 |
| Binary | 11111100 | 10111101 | 1100011 | 0 | 11001 | 111101 | 1 | 100011 | 1100000 | 1000101 |
Color Harmonies of #FCBD63
Complementary color
Monochromatic Colors of #FCBD63
Black with #FCBD63
Text Example
Text Example
White with #FCBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD63; }
p { color: rgb(252,189,99); }
H1.HeaderClassName
{
color: #FCBD63;
}
.AnyTagClassName
{
color: #FCBD63;
}
</style>
background-color css
<style>
a { background-color: #FCBD63; }
a { background-color: rgb(252,189,99); }
div.DivClassName
{
background-color: #FCBD63;
}
.BgClassName
{
background-color: #FCBD63;
}
</style>
border-color css
<style>
span { border-color: #FCBD63; }
span { border-color: rgb(252,189,99); }
td.TdClassName
{
border-color: #FCBD63;
}
.TagClassName
{
border-color: #FCBD63;
}
</style>