Shades of Rajah #FBB863
Tints of Rajah #FBB863
RGB
CMYK
RGB Variations
Color information
#FBB863 (or 0xFBB863) is known color: Rajah. HEX triplet: FB, B8 and 63. RGB value is (251,184,99). Sum of RGB (Red+Green+Blue) = 251+184+99=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 99 (39.06% from 255 or 18.54% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB863 is #04479C. Grayscale: #C2C2C2. Windows color (decimal): -280477 or 6535419. OLE color: 6535419.
HSL color Cylindrical-coordinate representation of color #FBB863: hue angle of 33.55º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBB863 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 99 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.02 |
| HSL | 33.55º | 0.95% | 0.69% | - |
| HSV(B) | 33.55º | 0.61% | 0.98% | - |
| XYZ | 59.18 | 55.69 | 19.43 | - |
| YUV | 194.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 99 | 0 | 0.27 | 0.61 | 0.02 | 33.55 | 0.95 | 0.69 |
| Hex | FB | B8 | 63 | 0 | 1B | 3D | 2 | 22 | 5F | 45 |
| Octal | 373 | 270 | 143 | 0 | 33 | 75 | 2 | 42 | 137 | 105 |
| Binary | 11111011 | 10111000 | 1100011 | 0 | 11011 | 111101 | 10 | 100010 | 1011111 | 1000101 |
Color Harmonies of #FBB863
Complementary color
Monochromatic Colors of #FBB863
Black with #FBB863
Text Example
Text Example
White with #FBB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB863; }
p { color: rgb(251,184,99); }
H1.HeaderClassName
{
color: #FBB863;
}
.AnyTagClassName
{
color: #FBB863;
}
</style>
background-color css
<style>
a { background-color: #FBB863; }
a { background-color: rgb(251,184,99); }
div.DivClassName
{
background-color: #FBB863;
}
.BgClassName
{
background-color: #FBB863;
}
</style>
border-color css
<style>
span { border-color: #FBB863; }
span { border-color: rgb(251,184,99); }
td.TdClassName
{
border-color: #FBB863;
}
.TagClassName
{
border-color: #FBB863;
}
</style>