Shades of Rajah #FFBB69
Tints of Rajah #FFBB69
RGB
CMYK
RGB Variations
Color information
#FFBB69 (or 0xFFBB69) is known color: Rajah. HEX triplet: FF, BB and 69. RGB value is (255,187,105). Sum of RGB (Red+Green+Blue) = 255+187+105=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB69 is #004496. Grayscale: #C6C6C6. Windows color (decimal): -17559 or 6929407. OLE color: 6929407.
HSL color Cylindrical-coordinate representation of color #FFBB69: hue angle of 32.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFBB69 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 105 | - |
| CMYK | 0 | 0.27 | 0.59 | 0 |
| HSL | 32.8º | 1% | 0.71% | - |
| HSV(B) | 32.8º | 0.59% | 1% | - |
| XYZ | 61.56 | 57.82 | 21.28 | - |
| YUV | 197.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 105 | 0 | 0.27 | 0.59 | 0 | 32.8 | 1 | 0.71 |
| Hex | FF | BB | 69 | 0 | 1B | 3B | 0 | 21 | 64 | 47 |
| Octal | 377 | 273 | 151 | 0 | 33 | 73 | 0 | 41 | 144 | 107 |
| Binary | 11111111 | 10111011 | 1101001 | 0 | 11011 | 111011 | 0 | 100001 | 1100100 | 1000111 |
Color Harmonies of #FFBB69
Complementary color
Monochromatic Colors of #FFBB69
Black with #FFBB69
Text Example
Text Example
White with #FFBB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB69; }
p { color: rgb(255,187,105); }
H1.HeaderClassName
{
color: #FFBB69;
}
.AnyTagClassName
{
color: #FFBB69;
}
</style>
background-color css
<style>
a { background-color: #FFBB69; }
a { background-color: rgb(255,187,105); }
div.DivClassName
{
background-color: #FFBB69;
}
.BgClassName
{
background-color: #FFBB69;
}
</style>
border-color css
<style>
span { border-color: #FFBB69; }
span { border-color: rgb(255,187,105); }
td.TdClassName
{
border-color: #FFBB69;
}
.TagClassName
{
border-color: #FFBB69;
}
</style>