Shades of Rajah #FBB86C
Tints of Rajah #FBB86C
RGB
CMYK
RGB Variations
Color information
#FBB86C (or 0xFBB86C) is known color: Rajah. HEX triplet: FB, B8 and 6C. RGB value is (251,184,108). Sum of RGB (Red+Green+Blue) = 251+184+108=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB86C is #044793. Grayscale: #C3C3C3. Windows color (decimal): -280468 or 7125243. OLE color: 7125243.
HSL color Cylindrical-coordinate representation of color #FBB86C: hue angle of 31.89º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBB86C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 108 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.02 |
| HSL | 31.89º | 0.95% | 0.7% | - |
| HSV(B) | 31.89º | 0.57% | 0.98% | - |
| XYZ | 59.63 | 55.87 | 21.83 | - |
| YUV | 195.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 108 | 0 | 0.27 | 0.57 | 0.02 | 31.89 | 0.95 | 0.7 |
| Hex | FB | B8 | 6C | 0 | 1B | 39 | 2 | 20 | 5F | 46 |
| Octal | 373 | 270 | 154 | 0 | 33 | 71 | 2 | 40 | 137 | 106 |
| Binary | 11111011 | 10111000 | 1101100 | 0 | 11011 | 111001 | 10 | 100000 | 1011111 | 1000110 |
Color Harmonies of #FBB86C
Complementary color
Monochromatic Colors of #FBB86C
Black with #FBB86C
Text Example
Text Example
White with #FBB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB86C; }
p { color: rgb(251,184,108); }
H1.HeaderClassName
{
color: #FBB86C;
}
.AnyTagClassName
{
color: #FBB86C;
}
</style>
background-color css
<style>
a { background-color: #FBB86C; }
a { background-color: rgb(251,184,108); }
div.DivClassName
{
background-color: #FBB86C;
}
.BgClassName
{
background-color: #FBB86C;
}
</style>
border-color css
<style>
span { border-color: #FBB86C; }
span { border-color: rgb(251,184,108); }
td.TdClassName
{
border-color: #FBB86C;
}
.TagClassName
{
border-color: #FBB86C;
}
</style>