Shades of Rajah #FBA85E
Tints of Rajah #FBA85E
RGB
CMYK
RGB Variations
Color information
#FBA85E (or 0xFBA85E) is known color: Rajah. HEX triplet: FB, A8 and 5E. RGB value is (251,168,94). Sum of RGB (Red+Green+Blue) = 251+168+94=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85E is #0457A1. Grayscale: #B8B8B8. Windows color (decimal): -284578 or 6203643. OLE color: 6203643.
HSL color Cylindrical-coordinate representation of color #FBA85E: hue angle of 28.28º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBA85E is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 94 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.02 |
| HSL | 28.28º | 0.95% | 0.68% | - |
| HSV(B) | 28.28º | 0.63% | 0.98% | - |
| XYZ | 55.81 | 49.32 | 17.17 | - |
| YUV | 184.38 | 77 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 94 | 0 | 0.33 | 0.63 | 0.02 | 28.28 | 0.95 | 0.68 |
| Hex | FB | A8 | 5E | 0 | 21 | 3F | 2 | 1C | 5F | 44 |
| Octal | 373 | 250 | 136 | 0 | 41 | 77 | 2 | 34 | 137 | 104 |
| Binary | 11111011 | 10101000 | 1011110 | 0 | 100001 | 111111 | 10 | 11100 | 1011111 | 1000100 |
Color Harmonies of #FBA85E
Complementary color
Monochromatic Colors of #FBA85E
Black with #FBA85E
Text Example
Text Example
White with #FBA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA85E; }
p { color: rgb(251,168,94); }
H1.HeaderClassName
{
color: #FBA85E;
}
.AnyTagClassName
{
color: #FBA85E;
}
</style>
background-color css
<style>
a { background-color: #FBA85E; }
a { background-color: rgb(251,168,94); }
div.DivClassName
{
background-color: #FBA85E;
}
.BgClassName
{
background-color: #FBA85E;
}
</style>
border-color css
<style>
span { border-color: #FBA85E; }
span { border-color: rgb(251,168,94); }
td.TdClassName
{
border-color: #FBA85E;
}
.TagClassName
{
border-color: #FBA85E;
}
</style>