Shades of Rajah #FFBC69
Tints of Rajah #FFBC69
RGB
CMYK
RGB Variations
Color information
#FFBC69 (or 0xFFBC69) is known color: Rajah. HEX triplet: FF, BC and 69. RGB value is (255,188,105). Sum of RGB (Red+Green+Blue) = 255+188+105=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBC69 is #004396. Grayscale: #C6C6C6. Windows color (decimal): -17303 or 6929663. OLE color: 6929663.
HSL color Cylindrical-coordinate representation of color #FFBC69: hue angle of 33.2º 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 #FFBC69 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 105 | - |
| CMYK | 0 | 0.26 | 0.59 | 0 |
| HSL | 33.2º | 1% | 0.71% | - |
| HSV(B) | 33.2º | 0.59% | 1% | - |
| XYZ | 61.77 | 58.25 | 21.35 | - |
| YUV | 198.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 105 | 0 | 0.26 | 0.59 | 0 | 33.2 | 1 | 0.71 |
| Hex | FF | BC | 69 | 0 | 1A | 3B | 0 | 21 | 64 | 47 |
| Octal | 377 | 274 | 151 | 0 | 32 | 73 | 0 | 41 | 144 | 107 |
| Binary | 11111111 | 10111100 | 1101001 | 0 | 11010 | 111011 | 0 | 100001 | 1100100 | 1000111 |
Color Harmonies of #FFBC69
Complementary color
Monochromatic Colors of #FFBC69
Black with #FFBC69
Text Example
Text Example
White with #FFBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC69; }
p { color: rgb(255,188,105); }
H1.HeaderClassName
{
color: #FFBC69;
}
.AnyTagClassName
{
color: #FFBC69;
}
</style>
background-color css
<style>
a { background-color: #FFBC69; }
a { background-color: rgb(255,188,105); }
div.DivClassName
{
background-color: #FFBC69;
}
.BgClassName
{
background-color: #FFBC69;
}
</style>
border-color css
<style>
span { border-color: #FFBC69; }
span { border-color: rgb(255,188,105); }
td.TdClassName
{
border-color: #FFBC69;
}
.TagClassName
{
border-color: #FFBC69;
}
</style>