Shades of Rajah #FFBC65
Tints of Rajah #FFBC65
RGB
CMYK
RGB Variations
Color information
#FFBC65 (or 0xFFBC65) is known color: Rajah. HEX triplet: FF, BC and 65. RGB value is (255,188,101). Sum of RGB (Red+Green+Blue) = 255+188+101=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC65 is #00439A. Grayscale: #C6C6C6. Windows color (decimal): -17307 or 6667519. OLE color: 6667519.
HSL color Cylindrical-coordinate representation of color #FFBC65: hue angle of 33.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFBC65 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 101 | - |
| CMYK | 0 | 0.26 | 0.60 | 0 |
| HSL | 33.9º | 1% | 0.7% | - |
| HSV(B) | 33.9º | 0.6% | 1% | - |
| XYZ | 61.57 | 58.17 | 20.29 | - |
| YUV | 198.12 | 73.2 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 101 | 0 | 0.26 | 0.60 | 0 | 33.9 | 1 | 0.7 |
| Hex | FF | BC | 65 | 0 | 1A | 3C | 0 | 22 | 64 | 46 |
| Octal | 377 | 274 | 145 | 0 | 32 | 74 | 0 | 42 | 144 | 106 |
| Binary | 11111111 | 10111100 | 1100101 | 0 | 11010 | 111100 | 0 | 100010 | 1100100 | 1000110 |
Color Harmonies of #FFBC65
Complementary color
Monochromatic Colors of #FFBC65
Black with #FFBC65
Text Example
Text Example
White with #FFBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC65; }
p { color: rgb(255,188,101); }
H1.HeaderClassName
{
color: #FFBC65;
}
.AnyTagClassName
{
color: #FFBC65;
}
</style>
background-color css
<style>
a { background-color: #FFBC65; }
a { background-color: rgb(255,188,101); }
div.DivClassName
{
background-color: #FFBC65;
}
.BgClassName
{
background-color: #FFBC65;
}
</style>
border-color css
<style>
span { border-color: #FFBC65; }
span { border-color: rgb(255,188,101); }
td.TdClassName
{
border-color: #FFBC65;
}
.TagClassName
{
border-color: #FFBC65;
}
</style>