Shades of Rajah #FBBA65
Tints of Rajah #FBBA65
RGB
CMYK
RGB Variations
Color information
#FBBA65 (or 0xFBBA65) is known color: Rajah. HEX triplet: FB, BA and 65. RGB value is (251,186,101). Sum of RGB (Red+Green+Blue) = 251+186+101=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA65 is #04459A. Grayscale: #C4C4C4. Windows color (decimal): -279963 or 6667003. OLE color: 6667003.
HSL color Cylindrical-coordinate representation of color #FBBA65: hue angle of 34º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBBA65 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 101 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.02 |
| HSL | 34º | 0.95% | 0.69% | - |
| HSV(B) | 34º | 0.6% | 0.98% | - |
| XYZ | 59.69 | 56.57 | 20.08 | - |
| YUV | 195.75 | 74.53 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 101 | 0 | 0.26 | 0.60 | 0.02 | 34 | 0.95 | 0.69 |
| Hex | FB | BA | 65 | 0 | 1A | 3C | 2 | 22 | 5F | 45 |
| Octal | 373 | 272 | 145 | 0 | 32 | 74 | 2 | 42 | 137 | 105 |
| Binary | 11111011 | 10111010 | 1100101 | 0 | 11010 | 111100 | 10 | 100010 | 1011111 | 1000101 |
Color Harmonies of #FBBA65
Complementary color
Monochromatic Colors of #FBBA65
Black with #FBBA65
Text Example
Text Example
White with #FBBA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA65; }
p { color: rgb(251,186,101); }
H1.HeaderClassName
{
color: #FBBA65;
}
.AnyTagClassName
{
color: #FBBA65;
}
</style>
background-color css
<style>
a { background-color: #FBBA65; }
a { background-color: rgb(251,186,101); }
div.DivClassName
{
background-color: #FBBA65;
}
.BgClassName
{
background-color: #FBBA65;
}
</style>
border-color css
<style>
span { border-color: #FBBA65; }
span { border-color: rgb(251,186,101); }
td.TdClassName
{
border-color: #FBBA65;
}
.TagClassName
{
border-color: #FBBA65;
}
</style>