Shades of Rajah #FFBC64
Tints of Rajah #FFBC64
RGB
CMYK
RGB Variations
Color information
#FFBC64 (or 0xFFBC64) is known color: Rajah. HEX triplet: FF, BC and 64. RGB value is (255,188,100). Sum of RGB (Red+Green+Blue) = 255+188+100=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC64 is #00439B. Grayscale: #C6C6C6. Windows color (decimal): -17308 or 6601983. OLE color: 6601983.
HSL color Cylindrical-coordinate representation of color #FFBC64: hue angle of 34.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFBC64 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 100 | - |
| CMYK | 0 | 0.26 | 0.61 | 0 |
| HSL | 34.06º | 1% | 0.7% | - |
| HSV(B) | 34.06º | 0.61% | 1% | - |
| XYZ | 61.52 | 58.15 | 20.04 | - |
| YUV | 198 | 72.7 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 100 | 0 | 0.26 | 0.61 | 0 | 34.06 | 1 | 0.7 |
| Hex | FF | BC | 64 | 0 | 1A | 3D | 0 | 22 | 64 | 46 |
| Octal | 377 | 274 | 144 | 0 | 32 | 75 | 0 | 42 | 144 | 106 |
| Binary | 11111111 | 10111100 | 1100100 | 0 | 11010 | 111101 | 0 | 100010 | 1100100 | 1000110 |
Color Harmonies of #FFBC64
Complementary color
Monochromatic Colors of #FFBC64
Black with #FFBC64
Text Example
Text Example
White with #FFBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC64; }
p { color: rgb(255,188,100); }
H1.HeaderClassName
{
color: #FFBC64;
}
.AnyTagClassName
{
color: #FFBC64;
}
</style>
background-color css
<style>
a { background-color: #FFBC64; }
a { background-color: rgb(255,188,100); }
div.DivClassName
{
background-color: #FFBC64;
}
.BgClassName
{
background-color: #FFBC64;
}
</style>
border-color css
<style>
span { border-color: #FFBC64; }
span { border-color: rgb(255,188,100); }
td.TdClassName
{
border-color: #FFBC64;
}
.TagClassName
{
border-color: #FFBC64;
}
</style>