Shades of Rajah #FBB465
Tints of Rajah #FBB465
RGB
CMYK
RGB Variations
Color information
#FBB465 (or 0xFBB465) is known color: Rajah. HEX triplet: FB, B4 and 65. RGB value is (251,180,101). Sum of RGB (Red+Green+Blue) = 251+180+101=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB465 is #044B9A. Grayscale: #C0C0C0. Windows color (decimal): -281499 or 6665467. OLE color: 6665467.
HSL color Cylindrical-coordinate representation of color #FBB465: hue angle of 31.6º 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 #FBB465 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.02 |
| HSL | 31.6º | 0.95% | 0.69% | - |
| HSV(B) | 31.6º | 0.6% | 0.98% | - |
| XYZ | 58.45 | 54.09 | 19.67 | - |
| YUV | 192.22 | 76.52 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 101 | 0 | 0.28 | 0.60 | 0.02 | 31.6 | 0.95 | 0.69 |
| Hex | FB | B4 | 65 | 0 | 1C | 3C | 2 | 20 | 5F | 45 |
| Octal | 373 | 264 | 145 | 0 | 34 | 74 | 2 | 40 | 137 | 105 |
| Binary | 11111011 | 10110100 | 1100101 | 0 | 11100 | 111100 | 10 | 100000 | 1011111 | 1000101 |
Color Harmonies of #FBB465
Complementary color
Monochromatic Colors of #FBB465
Black with #FBB465
Text Example
Text Example
White with #FBB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB465; }
p { color: rgb(251,180,101); }
H1.HeaderClassName
{
color: #FBB465;
}
.AnyTagClassName
{
color: #FBB465;
}
</style>
background-color css
<style>
a { background-color: #FBB465; }
a { background-color: rgb(251,180,101); }
div.DivClassName
{
background-color: #FBB465;
}
.BgClassName
{
background-color: #FBB465;
}
</style>
border-color css
<style>
span { border-color: #FBB465; }
span { border-color: rgb(251,180,101); }
td.TdClassName
{
border-color: #FBB465;
}
.TagClassName
{
border-color: #FBB465;
}
</style>