Shades of Rajah #FFBA63
Tints of Rajah #FFBA63
RGB
CMYK
RGB Variations
Color information
#FFBA63 (or 0xFFBA63) is known color: Rajah. HEX triplet: FF, BA and 63. RGB value is (255,186,99). Sum of RGB (Red+Green+Blue) = 255+186+99=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBA63 is #00459C. Grayscale: #C5C5C5. Windows color (decimal): -17821 or 6535935. OLE color: 6535935.
HSL color Cylindrical-coordinate representation of color #FFBA63: hue angle of 33.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFBA63 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 186 | 99 | - |
| CMYK | 0 | 0.27 | 0.61 | 0 |
| HSL | 33.46º | 1% | 0.69% | - |
| HSV(B) | 33.46º | 0.61% | 1% | - |
| XYZ | 61.05 | 57.28 | 19.64 | - |
| YUV | 196.71 | 72.86 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 186 | 99 | 0 | 0.27 | 0.61 | 0 | 33.46 | 1 | 0.69 |
| Hex | FF | BA | 63 | 0 | 1B | 3D | 0 | 21 | 64 | 45 |
| Octal | 377 | 272 | 143 | 0 | 33 | 75 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10111010 | 1100011 | 0 | 11011 | 111101 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFBA63
Complementary color
Monochromatic Colors of #FFBA63
Black with #FFBA63
Text Example
Text Example
White with #FFBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBA63; }
p { color: rgb(255,186,99); }
H1.HeaderClassName
{
color: #FFBA63;
}
.AnyTagClassName
{
color: #FFBA63;
}
</style>
background-color css
<style>
a { background-color: #FFBA63; }
a { background-color: rgb(255,186,99); }
div.DivClassName
{
background-color: #FFBA63;
}
.BgClassName
{
background-color: #FFBA63;
}
</style>
border-color css
<style>
span { border-color: #FFBA63; }
span { border-color: rgb(255,186,99); }
td.TdClassName
{
border-color: #FFBA63;
}
.TagClassName
{
border-color: #FFBA63;
}
</style>