Shades of Rajah #F9BA63
Tints of Rajah #F9BA63
RGB
CMYK
RGB Variations
Color information
#F9BA63 (or 0xF9BA63) is known color: Rajah. HEX triplet: F9, BA and 63. RGB value is (249,186,99). Sum of RGB (Red+Green+Blue) = 249+186+99=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA63 is #06459C. Grayscale: #C3C3C3. Windows color (decimal): -411037 or 6535929. OLE color: 6535929.
HSL color Cylindrical-coordinate representation of color #F9BA63: hue angle of 34.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9BA63 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 99 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.02 |
| HSL | 34.8º | 0.93% | 0.68% | - |
| HSV(B) | 34.8º | 0.6% | 0.98% | - |
| XYZ | 58.88 | 56.16 | 19.54 | - |
| YUV | 194.92 | 73.87 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 99 | 0 | 0.25 | 0.60 | 0.02 | 34.8 | 0.93 | 0.68 |
| Hex | F9 | BA | 63 | 0 | 19 | 3C | 2 | 23 | 5D | 44 |
| Octal | 371 | 272 | 143 | 0 | 31 | 74 | 2 | 43 | 135 | 104 |
| Binary | 11111001 | 10111010 | 1100011 | 0 | 11001 | 111100 | 10 | 100011 | 1011101 | 1000100 |
Color Harmonies of #F9BA63
Complementary color
Monochromatic Colors of #F9BA63
Black with #F9BA63
Text Example
Text Example
White with #F9BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA63; }
p { color: rgb(249,186,99); }
H1.HeaderClassName
{
color: #F9BA63;
}
.AnyTagClassName
{
color: #F9BA63;
}
</style>
background-color css
<style>
a { background-color: #F9BA63; }
a { background-color: rgb(249,186,99); }
div.DivClassName
{
background-color: #F9BA63;
}
.BgClassName
{
background-color: #F9BA63;
}
</style>
border-color css
<style>
span { border-color: #F9BA63; }
span { border-color: rgb(249,186,99); }
td.TdClassName
{
border-color: #F9BA63;
}
.TagClassName
{
border-color: #F9BA63;
}
</style>