Shades of Rajah #FBBA68
Tints of Rajah #FBBA68
RGB
CMYK
RGB Variations
Color information
#FBBA68 (or 0xFBBA68) is known color: Rajah. HEX triplet: FB, BA and 68. RGB value is (251,186,104). Sum of RGB (Red+Green+Blue) = 251+186+104=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA68 is #044597. Grayscale: #C4C4C4. Windows color (decimal): -279960 or 6863611. OLE color: 6863611.
HSL color Cylindrical-coordinate representation of color #FBBA68: hue angle of 33.47º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBBA68 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 104 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.02 |
| HSL | 33.47º | 0.95% | 0.7% | - |
| HSV(B) | 33.47º | 0.59% | 0.98% | - |
| XYZ | 59.84 | 56.63 | 20.87 | - |
| YUV | 196.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 104 | 0 | 0.26 | 0.59 | 0.02 | 33.47 | 0.95 | 0.7 |
| Hex | FB | BA | 68 | 0 | 1A | 3B | 2 | 21 | 5F | 46 |
| Octal | 373 | 272 | 150 | 0 | 32 | 73 | 2 | 41 | 137 | 106 |
| Binary | 11111011 | 10111010 | 1101000 | 0 | 11010 | 111011 | 10 | 100001 | 1011111 | 1000110 |
Color Harmonies of #FBBA68
Complementary color
Monochromatic Colors of #FBBA68
Black with #FBBA68
Text Example
Text Example
White with #FBBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA68; }
p { color: rgb(251,186,104); }
H1.HeaderClassName
{
color: #FBBA68;
}
.AnyTagClassName
{
color: #FBBA68;
}
</style>
background-color css
<style>
a { background-color: #FBBA68; }
a { background-color: rgb(251,186,104); }
div.DivClassName
{
background-color: #FBBA68;
}
.BgClassName
{
background-color: #FBBA68;
}
</style>
border-color css
<style>
span { border-color: #FBBA68; }
span { border-color: rgb(251,186,104); }
td.TdClassName
{
border-color: #FBBA68;
}
.TagClassName
{
border-color: #FBBA68;
}
</style>