Shades of Rajah #FFBB68
Tints of Rajah #FFBB68
RGB
CMYK
RGB Variations
Color information
#FFBB68 (or 0xFFBB68) is known color: Rajah. HEX triplet: FF, BB and 68. RGB value is (255,187,104). Sum of RGB (Red+Green+Blue) = 255+187+104=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB68 is #004497. Grayscale: #C6C6C6. Windows color (decimal): -17560 or 6863871. OLE color: 6863871.
HSL color Cylindrical-coordinate representation of color #FFBB68: hue angle of 32.98º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFBB68 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 104 | - |
| CMYK | 0 | 0.27 | 0.59 | 0 |
| HSL | 32.98º | 1% | 0.7% | - |
| HSV(B) | 32.98º | 0.59% | 1% | - |
| XYZ | 61.51 | 57.8 | 21.01 | - |
| YUV | 197.87 | 75.03 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 104 | 0 | 0.27 | 0.59 | 0 | 32.98 | 1 | 0.7 |
| Hex | FF | BB | 68 | 0 | 1B | 3B | 0 | 21 | 64 | 46 |
| Octal | 377 | 273 | 150 | 0 | 33 | 73 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111011 | 1101000 | 0 | 11011 | 111011 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFBB68
Complementary color
Monochromatic Colors of #FFBB68
Black with #FFBB68
Text Example
Text Example
White with #FFBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB68; }
p { color: rgb(255,187,104); }
H1.HeaderClassName
{
color: #FFBB68;
}
.AnyTagClassName
{
color: #FFBB68;
}
</style>
background-color css
<style>
a { background-color: #FFBB68; }
a { background-color: rgb(255,187,104); }
div.DivClassName
{
background-color: #FFBB68;
}
.BgClassName
{
background-color: #FFBB68;
}
</style>
border-color css
<style>
span { border-color: #FFBB68; }
span { border-color: rgb(255,187,104); }
td.TdClassName
{
border-color: #FFBB68;
}
.TagClassName
{
border-color: #FFBB68;
}
</style>