Shades of Rajah #FFBA66
Tints of Rajah #FFBA66
RGB
CMYK
RGB Variations
Color information
#FFBA66 (or 0xFFBA66) is known color: Rajah. HEX triplet: FF, BA and 66. RGB value is (255,186,102). Sum of RGB (Red+Green+Blue) = 255+186+102=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 102 (40.23% from 255 or 18.78% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA66 is #004599. Grayscale: #C5C5C5. Windows color (decimal): -17818 or 6732543. OLE color: 6732543.
HSL color Cylindrical-coordinate representation of color #FFBA66: hue angle of 32.94º 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 #FFBA66 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 102 | - |
| CMYK | 0 | 0.27 | 0.6 | 0 |
| HSL | 32.94º | 1% | 0.7% | - |
| HSV(B) | 32.94º | 0.6% | 1% | - |
| XYZ | 61.2 | 57.34 | 20.41 | - |
| YUV | 197.06 | 74.36 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 102 | 0 | 0.27 | 0.6 | 0 | 32.94 | 1 | 0.7 |
| Hex | FF | BA | 66 | 0 | 1B | 3C | 0 | 21 | 64 | 46 |
| Octal | 377 | 272 | 146 | 0 | 33 | 74 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111010 | 1100110 | 0 | 11011 | 111100 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFBA66
Complementary color
Monochromatic Colors of #FFBA66
Black with #FFBA66
Text Example
Text Example
White with #FFBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA66; }
p { color: rgb(255,186,102); }
H1.HeaderClassName
{
color: #FFBA66;
}
.AnyTagClassName
{
color: #FFBA66;
}
</style>
background-color css
<style>
a { background-color: #FFBA66; }
a { background-color: rgb(255,186,102); }
div.DivClassName
{
background-color: #FFBA66;
}
.BgClassName
{
background-color: #FFBA66;
}
</style>
border-color css
<style>
span { border-color: #FFBA66; }
span { border-color: rgb(255,186,102); }
td.TdClassName
{
border-color: #FFBA66;
}
.TagClassName
{
border-color: #FFBA66;
}
</style>