Shades of Rajah #FBB866
Tints of Rajah #FBB866
RGB
CMYK
RGB Variations
Color information
#FBB866 (or 0xFBB866) is known color: Rajah. HEX triplet: FB, B8 and 66. RGB value is (251,184,102). Sum of RGB (Red+Green+Blue) = 251+184+102=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB866 is #044799. Grayscale: #C3C3C3. Windows color (decimal): -280474 or 6732027. OLE color: 6732027.
HSL color Cylindrical-coordinate representation of color #FBB866: hue angle of 33.02º 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 #FBB866 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 102 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.02 |
| HSL | 33.02º | 0.95% | 0.69% | - |
| HSV(B) | 33.02º | 0.59% | 0.98% | - |
| XYZ | 59.32 | 55.75 | 20.2 | - |
| YUV | 194.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 102 | 0 | 0.27 | 0.59 | 0.02 | 33.02 | 0.95 | 0.69 |
| Hex | FB | B8 | 66 | 0 | 1B | 3B | 2 | 21 | 5F | 45 |
| Octal | 373 | 270 | 146 | 0 | 33 | 73 | 2 | 41 | 137 | 105 |
| Binary | 11111011 | 10111000 | 1100110 | 0 | 11011 | 111011 | 10 | 100001 | 1011111 | 1000101 |
Color Harmonies of #FBB866
Complementary color
Monochromatic Colors of #FBB866
Black with #FBB866
Text Example
Text Example
White with #FBB866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB866; }
p { color: rgb(251,184,102); }
H1.HeaderClassName
{
color: #FBB866;
}
.AnyTagClassName
{
color: #FBB866;
}
</style>
background-color css
<style>
a { background-color: #FBB866; }
a { background-color: rgb(251,184,102); }
div.DivClassName
{
background-color: #FBB866;
}
.BgClassName
{
background-color: #FBB866;
}
</style>
border-color css
<style>
span { border-color: #FBB866; }
span { border-color: rgb(251,184,102); }
td.TdClassName
{
border-color: #FBB866;
}
.TagClassName
{
border-color: #FBB866;
}
</style>