Shades of Rajah #FBA961
Tints of Rajah #FBA961
RGB
CMYK
RGB Variations
Color information
#FBA961 (or 0xFBA961) is known color: Rajah. HEX triplet: FB, A9 and 61. RGB value is (251,169,97). Sum of RGB (Red+Green+Blue) = 251+169+97=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA961 is #04569E. Grayscale: #B9B9B9. Windows color (decimal): -284319 or 6400507. OLE color: 6400507.
HSL color Cylindrical-coordinate representation of color #FBA961: hue angle of 28.05º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBA961 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 97 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.02 |
| HSL | 28.05º | 0.95% | 0.68% | - |
| HSV(B) | 28.05º | 0.61% | 0.98% | - |
| XYZ | 56.13 | 49.75 | 17.95 | - |
| YUV | 185.31 | 78.17 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 97 | 0 | 0.33 | 0.61 | 0.02 | 28.05 | 0.95 | 0.68 |
| Hex | FB | A9 | 61 | 0 | 21 | 3D | 2 | 1C | 5F | 44 |
| Octal | 373 | 251 | 141 | 0 | 41 | 75 | 2 | 34 | 137 | 104 |
| Binary | 11111011 | 10101001 | 1100001 | 0 | 100001 | 111101 | 10 | 11100 | 1011111 | 1000100 |
Color Harmonies of #FBA961
Complementary color
Monochromatic Colors of #FBA961
Black with #FBA961
Text Example
Text Example
White with #FBA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA961; }
p { color: rgb(251,169,97); }
H1.HeaderClassName
{
color: #FBA961;
}
.AnyTagClassName
{
color: #FBA961;
}
</style>
background-color css
<style>
a { background-color: #FBA961; }
a { background-color: rgb(251,169,97); }
div.DivClassName
{
background-color: #FBA961;
}
.BgClassName
{
background-color: #FBA961;
}
</style>
border-color css
<style>
span { border-color: #FBA961; }
span { border-color: rgb(251,169,97); }
td.TdClassName
{
border-color: #FBA961;
}
.TagClassName
{
border-color: #FBA961;
}
</style>