Shades of Rajah #FBA865
Tints of Rajah #FBA865
RGB
CMYK
RGB Variations
Color information
#FBA865 (or 0xFBA865) is known color: Rajah. HEX triplet: FB, A8 and 65. RGB value is (251,168,101). Sum of RGB (Red+Green+Blue) = 251+168+101=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA865 is #04579A. Grayscale: #B9B9B9. Windows color (decimal): -284571 or 6662395. OLE color: 6662395.
HSL color Cylindrical-coordinate representation of color #FBA865: hue angle of 26.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 #FBA865 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 101 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.02 |
| HSL | 26.8º | 0.95% | 0.69% | - |
| HSV(B) | 26.8º | 0.6% | 0.98% | - |
| XYZ | 56.14 | 49.45 | 18.9 | - |
| YUV | 185.18 | 80.5 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 101 | 0 | 0.33 | 0.60 | 0.02 | 26.8 | 0.95 | 0.69 |
| Hex | FB | A8 | 65 | 0 | 21 | 3C | 2 | 1B | 5F | 45 |
| Octal | 373 | 250 | 145 | 0 | 41 | 74 | 2 | 33 | 137 | 105 |
| Binary | 11111011 | 10101000 | 1100101 | 0 | 100001 | 111100 | 10 | 11011 | 1011111 | 1000101 |
Color Harmonies of #FBA865
Complementary color
Monochromatic Colors of #FBA865
Black with #FBA865
Text Example
Text Example
White with #FBA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA865; }
p { color: rgb(251,168,101); }
H1.HeaderClassName
{
color: #FBA865;
}
.AnyTagClassName
{
color: #FBA865;
}
</style>
background-color css
<style>
a { background-color: #FBA865; }
a { background-color: rgb(251,168,101); }
div.DivClassName
{
background-color: #FBA865;
}
.BgClassName
{
background-color: #FBA865;
}
</style>
border-color css
<style>
span { border-color: #FBA865; }
span { border-color: rgb(251,168,101); }
td.TdClassName
{
border-color: #FBA865;
}
.TagClassName
{
border-color: #FBA865;
}
</style>