Shades of Rajah #FBBA67
Tints of Rajah #FBBA67
RGB
CMYK
RGB Variations
Color information
#FBBA67 (or 0xFBBA67) is known color: Rajah. HEX triplet: FB, BA and 67. RGB value is (251,186,103). Sum of RGB (Red+Green+Blue) = 251+186+103=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA67 is #044598. Grayscale: #C4C4C4. Windows color (decimal): -279961 or 6798075. OLE color: 6798075.
HSL color Cylindrical-coordinate representation of color #FBBA67: hue angle of 33.65º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBBA67 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 103 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.02 |
| HSL | 33.65º | 0.95% | 0.69% | - |
| HSV(B) | 33.65º | 0.59% | 0.98% | - |
| XYZ | 59.79 | 56.61 | 20.61 | - |
| YUV | 195.97 | 75.53 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 103 | 0 | 0.26 | 0.59 | 0.02 | 33.65 | 0.95 | 0.69 |
| Hex | FB | BA | 67 | 0 | 1A | 3B | 2 | 22 | 5F | 45 |
| Octal | 373 | 272 | 147 | 0 | 32 | 73 | 2 | 42 | 137 | 105 |
| Binary | 11111011 | 10111010 | 1100111 | 0 | 11010 | 111011 | 10 | 100010 | 1011111 | 1000101 |
Color Harmonies of #FBBA67
Complementary color
Monochromatic Colors of #FBBA67
Black with #FBBA67
Text Example
Text Example
White with #FBBA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA67; }
p { color: rgb(251,186,103); }
H1.HeaderClassName
{
color: #FBBA67;
}
.AnyTagClassName
{
color: #FBBA67;
}
</style>
background-color css
<style>
a { background-color: #FBBA67; }
a { background-color: rgb(251,186,103); }
div.DivClassName
{
background-color: #FBBA67;
}
.BgClassName
{
background-color: #FBBA67;
}
</style>
border-color css
<style>
span { border-color: #FBBA67; }
span { border-color: rgb(251,186,103); }
td.TdClassName
{
border-color: #FBBA67;
}
.TagClassName
{
border-color: #FBBA67;
}
</style>