Shades of Rajah #FBB768
Tints of Rajah #FBB768
RGB
CMYK
RGB Variations
Color information
#FBB768 (or 0xFBB768) is known color: Rajah. HEX triplet: FB, B7 and 68. RGB value is (251,183,104). Sum of RGB (Red+Green+Blue) = 251+183+104=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB768 is #044897. Grayscale: #C2C2C2. Windows color (decimal): -280728 or 6862843. OLE color: 6862843.
HSL color Cylindrical-coordinate representation of color #FBB768: hue angle of 32.24º 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 #FBB768 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 183 | 104 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.02 |
| HSL | 32.24º | 0.95% | 0.7% | - |
| HSV(B) | 32.24º | 0.59% | 0.98% | - |
| XYZ | 59.22 | 55.38 | 20.66 | - |
| YUV | 194.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 183 | 104 | 0 | 0.27 | 0.59 | 0.02 | 32.24 | 0.95 | 0.7 |
| Hex | FB | B7 | 68 | 0 | 1B | 3B | 2 | 20 | 5F | 46 |
| Octal | 373 | 267 | 150 | 0 | 33 | 73 | 2 | 40 | 137 | 106 |
| Binary | 11111011 | 10110111 | 1101000 | 0 | 11011 | 111011 | 10 | 100000 | 1011111 | 1000110 |
Color Harmonies of #FBB768
Complementary color
Monochromatic Colors of #FBB768
Black with #FBB768
Text Example
Text Example
White with #FBB768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB768; }
p { color: rgb(251,183,104); }
H1.HeaderClassName
{
color: #FBB768;
}
.AnyTagClassName
{
color: #FBB768;
}
</style>
background-color css
<style>
a { background-color: #FBB768; }
a { background-color: rgb(251,183,104); }
div.DivClassName
{
background-color: #FBB768;
}
.BgClassName
{
background-color: #FBB768;
}
</style>
border-color css
<style>
span { border-color: #FBB768; }
span { border-color: rgb(251,183,104); }
td.TdClassName
{
border-color: #FBB768;
}
.TagClassName
{
border-color: #FBB768;
}
</style>