Shades of Rajah #FFBA67
Tints of Rajah #FFBA67
RGB
CMYK
RGB Variations
Color information
#FFBA67 (or 0xFFBA67) is known color: Rajah. HEX triplet: FF, BA and 67. RGB value is (255,186,103). Sum of RGB (Red+Green+Blue) = 255+186+103=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA67 is #004598. Grayscale: #C5C5C5. Windows color (decimal): -17817 or 6798079. OLE color: 6798079.
HSL color Cylindrical-coordinate representation of color #FFBA67: hue angle of 32.76º 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 #FFBA67 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 103 | - |
| CMYK | 0 | 0.27 | 0.60 | 0 |
| HSL | 32.76º | 1% | 0.7% | - |
| HSV(B) | 32.76º | 0.6% | 1% | - |
| XYZ | 61.25 | 57.36 | 20.67 | - |
| YUV | 197.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 103 | 0 | 0.27 | 0.60 | 0 | 32.76 | 1 | 0.7 |
| Hex | FF | BA | 67 | 0 | 1B | 3C | 0 | 21 | 64 | 46 |
| Octal | 377 | 272 | 147 | 0 | 33 | 74 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111010 | 1100111 | 0 | 11011 | 111100 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFBA67
Complementary color
Monochromatic Colors of #FFBA67
Black with #FFBA67
Text Example
Text Example
White with #FFBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA67; }
p { color: rgb(255,186,103); }
H1.HeaderClassName
{
color: #FFBA67;
}
.AnyTagClassName
{
color: #FFBA67;
}
</style>
background-color css
<style>
a { background-color: #FFBA67; }
a { background-color: rgb(255,186,103); }
div.DivClassName
{
background-color: #FFBA67;
}
.BgClassName
{
background-color: #FFBA67;
}
</style>
border-color css
<style>
span { border-color: #FFBA67; }
span { border-color: rgb(255,186,103); }
td.TdClassName
{
border-color: #FFBA67;
}
.TagClassName
{
border-color: #FFBA67;
}
</style>