Shades of Rajah #FFBB66
Tints of Rajah #FFBB66
RGB
CMYK
RGB Variations
Color information
#FFBB66 (or 0xFFBB66) is known color: Rajah. HEX triplet: FF, BB and 66. RGB value is (255,187,102). Sum of RGB (Red+Green+Blue) = 255+187+102=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB66 is #004499. Grayscale: #C6C6C6. Windows color (decimal): -17562 or 6732799. OLE color: 6732799.
HSL color Cylindrical-coordinate representation of color #FFBB66: hue angle of 33.33º 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 #FFBB66 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 102 | - |
| CMYK | 0 | 0.27 | 0.6 | 0 |
| HSL | 33.33º | 1% | 0.7% | - |
| HSV(B) | 33.33º | 0.6% | 1% | - |
| XYZ | 61.41 | 57.76 | 20.48 | - |
| YUV | 197.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 102 | 0 | 0.27 | 0.6 | 0 | 33.33 | 1 | 0.7 |
| Hex | FF | BB | 66 | 0 | 1B | 3C | 0 | 21 | 64 | 46 |
| Octal | 377 | 273 | 146 | 0 | 33 | 74 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111011 | 1100110 | 0 | 11011 | 111100 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFBB66
Complementary color
Monochromatic Colors of #FFBB66
Black with #FFBB66
Text Example
Text Example
White with #FFBB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB66; }
p { color: rgb(255,187,102); }
H1.HeaderClassName
{
color: #FFBB66;
}
.AnyTagClassName
{
color: #FFBB66;
}
</style>
background-color css
<style>
a { background-color: #FFBB66; }
a { background-color: rgb(255,187,102); }
div.DivClassName
{
background-color: #FFBB66;
}
.BgClassName
{
background-color: #FFBB66;
}
</style>
border-color css
<style>
span { border-color: #FFBB66; }
span { border-color: rgb(255,187,102); }
td.TdClassName
{
border-color: #FFBB66;
}
.TagClassName
{
border-color: #FFBB66;
}
</style>