Shades of Rajah #FBBC68
Tints of Rajah #FBBC68
RGB
CMYK
RGB Variations
Color information
#FBBC68 (or 0xFBBC68) is known color: Rajah. HEX triplet: FB, BC and 68. RGB value is (251,188,104). Sum of RGB (Red+Green+Blue) = 251+188+104=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBC68 is #044397. Grayscale: #C5C5C5. Windows color (decimal): -279448 or 6864123. OLE color: 6864123.
HSL color Cylindrical-coordinate representation of color #FBBC68: hue angle of 34.29º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBBC68 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 104 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.02 |
| HSL | 34.29º | 0.95% | 0.7% | - |
| HSV(B) | 34.29º | 0.59% | 0.98% | - |
| XYZ | 60.27 | 57.48 | 21.01 | - |
| YUV | 197.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 104 | 0 | 0.25 | 0.59 | 0.02 | 34.29 | 0.95 | 0.7 |
| Hex | FB | BC | 68 | 0 | 19 | 3B | 2 | 22 | 5F | 46 |
| Octal | 373 | 274 | 150 | 0 | 31 | 73 | 2 | 42 | 137 | 106 |
| Binary | 11111011 | 10111100 | 1101000 | 0 | 11001 | 111011 | 10 | 100010 | 1011111 | 1000110 |
Color Harmonies of #FBBC68
Complementary color
Monochromatic Colors of #FBBC68
Black with #FBBC68
Text Example
Text Example
White with #FBBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC68; }
p { color: rgb(251,188,104); }
H1.HeaderClassName
{
color: #FBBC68;
}
.AnyTagClassName
{
color: #FBBC68;
}
</style>
background-color css
<style>
a { background-color: #FBBC68; }
a { background-color: rgb(251,188,104); }
div.DivClassName
{
background-color: #FBBC68;
}
.BgClassName
{
background-color: #FBBC68;
}
</style>
border-color css
<style>
span { border-color: #FBBC68; }
span { border-color: rgb(251,188,104); }
td.TdClassName
{
border-color: #FBBC68;
}
.TagClassName
{
border-color: #FBBC68;
}
</style>