Shades of Rajah #FFBB6A
Tints of Rajah #FFBB6A
RGB
CMYK
RGB Variations
Color information
#FFBB6A (or 0xFFBB6A) is known color: Rajah. HEX triplet: FF, BB and 6A. RGB value is (255,187,106). Sum of RGB (Red+Green+Blue) = 255+187+106=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB6A is #004495. Grayscale: #C6C6C6. Windows color (decimal): -17558 or 6994943. OLE color: 6994943.
HSL color Cylindrical-coordinate representation of color #FFBB6A: hue angle of 32.62º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFBB6A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 106 | - |
| CMYK | 0 | 0.27 | 0.58 | 0 |
| HSL | 32.62º | 1% | 0.71% | - |
| HSV(B) | 32.62º | 0.58% | 1% | - |
| XYZ | 61.61 | 57.84 | 21.55 | - |
| YUV | 198.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 106 | 0 | 0.27 | 0.58 | 0 | 32.62 | 1 | 0.71 |
| Hex | FF | BB | 6A | 0 | 1B | 3A | 0 | 21 | 64 | 47 |
| Octal | 377 | 273 | 152 | 0 | 33 | 72 | 0 | 41 | 144 | 107 |
| Binary | 11111111 | 10111011 | 1101010 | 0 | 11011 | 111010 | 0 | 100001 | 1100100 | 1000111 |
Color Harmonies of #FFBB6A
Complementary color
Monochromatic Colors of #FFBB6A
Black with #FFBB6A
Text Example
Text Example
White with #FFBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB6A; }
p { color: rgb(255,187,106); }
H1.HeaderClassName
{
color: #FFBB6A;
}
.AnyTagClassName
{
color: #FFBB6A;
}
</style>
background-color css
<style>
a { background-color: #FFBB6A; }
a { background-color: rgb(255,187,106); }
div.DivClassName
{
background-color: #FFBB6A;
}
.BgClassName
{
background-color: #FFBB6A;
}
</style>
border-color css
<style>
span { border-color: #FFBB6A; }
span { border-color: rgb(255,187,106); }
td.TdClassName
{
border-color: #FFBB6A;
}
.TagClassName
{
border-color: #FFBB6A;
}
</style>