Shades of Rajah #FBBC65
Tints of Rajah #FBBC65
RGB
CMYK
RGB Variations
Color information
#FBBC65 (or 0xFBBC65) is known color: Rajah. HEX triplet: FB, BC and 65. RGB value is (251,188,101). Sum of RGB (Red+Green+Blue) = 251+188+101=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC65 is #04439A. Grayscale: #C5C5C5. Windows color (decimal): -279451 or 6667515. OLE color: 6667515.
HSL color Cylindrical-coordinate representation of color #FBBC65: hue angle of 34.8º 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 #FBBC65 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 101 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.02 |
| HSL | 34.8º | 0.95% | 0.69% | - |
| HSV(B) | 34.8º | 0.6% | 0.98% | - |
| XYZ | 60.12 | 57.42 | 20.23 | - |
| YUV | 196.92 | 73.87 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 101 | 0 | 0.25 | 0.60 | 0.02 | 34.8 | 0.95 | 0.69 |
| Hex | FB | BC | 65 | 0 | 19 | 3C | 2 | 23 | 5F | 45 |
| Octal | 373 | 274 | 145 | 0 | 31 | 74 | 2 | 43 | 137 | 105 |
| Binary | 11111011 | 10111100 | 1100101 | 0 | 11001 | 111100 | 10 | 100011 | 1011111 | 1000101 |
Color Harmonies of #FBBC65
Complementary color
Monochromatic Colors of #FBBC65
Black with #FBBC65
Text Example
Text Example
White with #FBBC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC65; }
p { color: rgb(251,188,101); }
H1.HeaderClassName
{
color: #FBBC65;
}
.AnyTagClassName
{
color: #FBBC65;
}
</style>
background-color css
<style>
a { background-color: #FBBC65; }
a { background-color: rgb(251,188,101); }
div.DivClassName
{
background-color: #FBBC65;
}
.BgClassName
{
background-color: #FBBC65;
}
</style>
border-color css
<style>
span { border-color: #FBBC65; }
span { border-color: rgb(251,188,101); }
td.TdClassName
{
border-color: #FBBC65;
}
.TagClassName
{
border-color: #FBBC65;
}
</style>