Shades of Rajah #F9BA64
Tints of Rajah #F9BA64
RGB
CMYK
RGB Variations
Color information
#F9BA64 (or 0xF9BA64) is known color: Rajah. HEX triplet: F9, BA and 64. RGB value is (249,186,100). Sum of RGB (Red+Green+Blue) = 249+186+100=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BA64 is #06459B. Grayscale: #C3C3C3. Windows color (decimal): -411036 or 6601465. OLE color: 6601465.
HSL color Cylindrical-coordinate representation of color #F9BA64: hue angle of 34.63º 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 #F9BA64 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 100 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.02 |
| HSL | 34.63º | 0.93% | 0.68% | - |
| HSV(B) | 34.63º | 0.6% | 0.98% | - |
| XYZ | 58.93 | 56.18 | 19.79 | - |
| YUV | 195.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 100 | 0 | 0.25 | 0.60 | 0.02 | 34.63 | 0.93 | 0.68 |
| Hex | F9 | BA | 64 | 0 | 19 | 3C | 2 | 23 | 5D | 44 |
| Octal | 371 | 272 | 144 | 0 | 31 | 74 | 2 | 43 | 135 | 104 |
| Binary | 11111001 | 10111010 | 1100100 | 0 | 11001 | 111100 | 10 | 100011 | 1011101 | 1000100 |
Color Harmonies of #F9BA64
Complementary color
Monochromatic Colors of #F9BA64
Black with #F9BA64
Text Example
Text Example
White with #F9BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA64; }
p { color: rgb(249,186,100); }
H1.HeaderClassName
{
color: #F9BA64;
}
.AnyTagClassName
{
color: #F9BA64;
}
</style>
background-color css
<style>
a { background-color: #F9BA64; }
a { background-color: rgb(249,186,100); }
div.DivClassName
{
background-color: #F9BA64;
}
.BgClassName
{
background-color: #F9BA64;
}
</style>
border-color css
<style>
span { border-color: #F9BA64; }
span { border-color: rgb(249,186,100); }
td.TdClassName
{
border-color: #F9BA64;
}
.TagClassName
{
border-color: #F9BA64;
}
</style>