Shades of Rajah #FBB466
Tints of Rajah #FBB466
RGB
CMYK
RGB Variations
Color information
#FBB466 (or 0xFBB466) is known color: Rajah. HEX triplet: FB, B4 and 66. RGB value is (251,180,102). Sum of RGB (Red+Green+Blue) = 251+180+102=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB466 is #044B99. Grayscale: #C0C0C0. Windows color (decimal): -281498 or 6731003. OLE color: 6731003.
HSL color Cylindrical-coordinate representation of color #FBB466: hue angle of 31.41º 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 #FBB466 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 102 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.02 |
| HSL | 31.41º | 0.95% | 0.69% | - |
| HSV(B) | 31.41º | 0.59% | 0.98% | - |
| XYZ | 58.5 | 54.11 | 19.93 | - |
| YUV | 192.34 | 77.02 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 102 | 0 | 0.28 | 0.59 | 0.02 | 31.41 | 0.95 | 0.69 |
| Hex | FB | B4 | 66 | 0 | 1C | 3B | 2 | 1F | 5F | 45 |
| Octal | 373 | 264 | 146 | 0 | 34 | 73 | 2 | 37 | 137 | 105 |
| Binary | 11111011 | 10110100 | 1100110 | 0 | 11100 | 111011 | 10 | 11111 | 1011111 | 1000101 |
Color Harmonies of #FBB466
Complementary color
Monochromatic Colors of #FBB466
Black with #FBB466
Text Example
Text Example
White with #FBB466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB466; }
p { color: rgb(251,180,102); }
H1.HeaderClassName
{
color: #FBB466;
}
.AnyTagClassName
{
color: #FBB466;
}
</style>
background-color css
<style>
a { background-color: #FBB466; }
a { background-color: rgb(251,180,102); }
div.DivClassName
{
background-color: #FBB466;
}
.BgClassName
{
background-color: #FBB466;
}
</style>
border-color css
<style>
span { border-color: #FBB466; }
span { border-color: rgb(251,180,102); }
td.TdClassName
{
border-color: #FBB466;
}
.TagClassName
{
border-color: #FBB466;
}
</style>