Shades of Rajah #FFBB64
Tints of Rajah #FFBB64
RGB
CMYK
RGB Variations
Color information
#FFBB64 (or 0xFFBB64) is known color: Rajah. HEX triplet: FF, BB and 64. RGB value is (255,187,100). Sum of RGB (Red+Green+Blue) = 255+187+100=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB64 is #00449B. Grayscale: #C5C5C5. Windows color (decimal): -17564 or 6601727. OLE color: 6601727.
HSL color Cylindrical-coordinate representation of color #FFBB64: hue angle of 33.68º 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 #FFBB64 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 100 | - |
| CMYK | 0 | 0.27 | 0.61 | 0 |
| HSL | 33.68º | 1% | 0.7% | - |
| HSV(B) | 33.68º | 0.61% | 1% | - |
| XYZ | 61.31 | 57.72 | 19.97 | - |
| YUV | 197.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 100 | 0 | 0.27 | 0.61 | 0 | 33.68 | 1 | 0.7 |
| Hex | FF | BB | 64 | 0 | 1B | 3D | 0 | 22 | 64 | 46 |
| Octal | 377 | 273 | 144 | 0 | 33 | 75 | 0 | 42 | 144 | 106 |
| Binary | 11111111 | 10111011 | 1100100 | 0 | 11011 | 111101 | 0 | 100010 | 1100100 | 1000110 |
Color Harmonies of #FFBB64
Complementary color
Monochromatic Colors of #FFBB64
Black with #FFBB64
Text Example
Text Example
White with #FFBB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB64; }
p { color: rgb(255,187,100); }
H1.HeaderClassName
{
color: #FFBB64;
}
.AnyTagClassName
{
color: #FFBB64;
}
</style>
background-color css
<style>
a { background-color: #FFBB64; }
a { background-color: rgb(255,187,100); }
div.DivClassName
{
background-color: #FFBB64;
}
.BgClassName
{
background-color: #FFBB64;
}
</style>
border-color css
<style>
span { border-color: #FFBB64; }
span { border-color: rgb(255,187,100); }
td.TdClassName
{
border-color: #FFBB64;
}
.TagClassName
{
border-color: #FFBB64;
}
</style>