Shades of Rajah #FBB666
Tints of Rajah #FBB666
RGB
CMYK
RGB Variations
Color information
#FBB666 (or 0xFBB666) is known color: Rajah. HEX triplet: FB, B6 and 66. RGB value is (251,182,102). Sum of RGB (Red+Green+Blue) = 251+182+102=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB666 is #044999. Grayscale: #C1C1C1. Windows color (decimal): -280986 or 6731515. OLE color: 6731515.
HSL color Cylindrical-coordinate representation of color #FBB666: hue angle of 32.21º 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 #FBB666 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 102 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.02 |
| HSL | 32.21º | 0.95% | 0.69% | - |
| HSV(B) | 32.21º | 0.59% | 0.98% | - |
| XYZ | 58.91 | 54.92 | 20.07 | - |
| YUV | 193.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 102 | 0 | 0.27 | 0.59 | 0.02 | 32.21 | 0.95 | 0.69 |
| Hex | FB | B6 | 66 | 0 | 1B | 3B | 2 | 20 | 5F | 45 |
| Octal | 373 | 266 | 146 | 0 | 33 | 73 | 2 | 40 | 137 | 105 |
| Binary | 11111011 | 10110110 | 1100110 | 0 | 11011 | 111011 | 10 | 100000 | 1011111 | 1000101 |
Color Harmonies of #FBB666
Complementary color
Monochromatic Colors of #FBB666
Black with #FBB666
Text Example
Text Example
White with #FBB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB666; }
p { color: rgb(251,182,102); }
H1.HeaderClassName
{
color: #FBB666;
}
.AnyTagClassName
{
color: #FBB666;
}
</style>
background-color css
<style>
a { background-color: #FBB666; }
a { background-color: rgb(251,182,102); }
div.DivClassName
{
background-color: #FBB666;
}
.BgClassName
{
background-color: #FBB666;
}
</style>
border-color css
<style>
span { border-color: #FBB666; }
span { border-color: rgb(251,182,102); }
td.TdClassName
{
border-color: #FBB666;
}
.TagClassName
{
border-color: #FBB666;
}
</style>