Shades of Rajah #FFBC63
Tints of Rajah #FFBC63
RGB
CMYK
RGB Variations
Color information
#FFBC63 (or 0xFFBC63) is known color: Rajah. HEX triplet: FF, BC and 63. RGB value is (255,188,99). Sum of RGB (Red+Green+Blue) = 255+188+99=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC63 is #00439C. Grayscale: #C6C6C6. Windows color (decimal): -17309 or 6536447. OLE color: 6536447.
HSL color Cylindrical-coordinate representation of color #FFBC63: hue angle of 34.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFBC63 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 99 | - |
| CMYK | 0 | 0.26 | 0.61 | 0 |
| HSL | 34.23º | 1% | 0.69% | - |
| HSV(B) | 34.23º | 0.61% | 1% | - |
| XYZ | 61.48 | 58.13 | 19.78 | - |
| YUV | 197.89 | 72.2 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 99 | 0 | 0.26 | 0.61 | 0 | 34.23 | 1 | 0.69 |
| Hex | FF | BC | 63 | 0 | 1A | 3D | 0 | 22 | 64 | 45 |
| Octal | 377 | 274 | 143 | 0 | 32 | 75 | 0 | 42 | 144 | 105 |
| Binary | 11111111 | 10111100 | 1100011 | 0 | 11010 | 111101 | 0 | 100010 | 1100100 | 1000101 |
Color Harmonies of #FFBC63
Complementary color
Monochromatic Colors of #FFBC63
Black with #FFBC63
Text Example
Text Example
White with #FFBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC63; }
p { color: rgb(255,188,99); }
H1.HeaderClassName
{
color: #FFBC63;
}
.AnyTagClassName
{
color: #FFBC63;
}
</style>
background-color css
<style>
a { background-color: #FFBC63; }
a { background-color: rgb(255,188,99); }
div.DivClassName
{
background-color: #FFBC63;
}
.BgClassName
{
background-color: #FFBC63;
}
</style>
border-color css
<style>
span { border-color: #FFBC63; }
span { border-color: rgb(255,188,99); }
td.TdClassName
{
border-color: #FFBC63;
}
.TagClassName
{
border-color: #FFBC63;
}
</style>