Shades of Rajah #FBB565
Tints of Rajah #FBB565
RGB
CMYK
RGB Variations
Color information
#FBB565 (or 0xFBB565) is known color: Rajah. HEX triplet: FB, B5 and 65. RGB value is (251,181,101). Sum of RGB (Red+Green+Blue) = 251+181+101=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB565 is #044A9A. Grayscale: #C1C1C1. Windows color (decimal): -281243 or 6665723. OLE color: 6665723.
HSL color Cylindrical-coordinate representation of color #FBB565: hue angle of 32º 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 #FBB565 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.02 |
| HSL | 32º | 0.95% | 0.69% | - |
| HSV(B) | 32º | 0.6% | 0.98% | - |
| XYZ | 58.66 | 54.5 | 19.74 | - |
| YUV | 192.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 101 | 0 | 0.28 | 0.60 | 0.02 | 32 | 0.95 | 0.69 |
| Hex | FB | B5 | 65 | 0 | 1C | 3C | 2 | 20 | 5F | 45 |
| Octal | 373 | 265 | 145 | 0 | 34 | 74 | 2 | 40 | 137 | 105 |
| Binary | 11111011 | 10110101 | 1100101 | 0 | 11100 | 111100 | 10 | 100000 | 1011111 | 1000101 |
Color Harmonies of #FBB565
Complementary color
Monochromatic Colors of #FBB565
Black with #FBB565
Text Example
Text Example
White with #FBB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB565; }
p { color: rgb(251,181,101); }
H1.HeaderClassName
{
color: #FBB565;
}
.AnyTagClassName
{
color: #FBB565;
}
</style>
background-color css
<style>
a { background-color: #FBB565; }
a { background-color: rgb(251,181,101); }
div.DivClassName
{
background-color: #FBB565;
}
.BgClassName
{
background-color: #FBB565;
}
</style>
border-color css
<style>
span { border-color: #FBB565; }
span { border-color: rgb(251,181,101); }
td.TdClassName
{
border-color: #FBB565;
}
.TagClassName
{
border-color: #FBB565;
}
</style>