Shades of Rajah #FBAB5E
Tints of Rajah #FBAB5E
RGB
CMYK
RGB Variations
Color information
#FBAB5E (or 0xFBAB5E) is known color: Rajah. HEX triplet: FB, AB and 5E. RGB value is (251,171,94). Sum of RGB (Red+Green+Blue) = 251+171+94=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB5E is #0454A1. Grayscale: #BABABA. Windows color (decimal): -283810 or 6204411. OLE color: 6204411.
HSL color Cylindrical-coordinate representation of color #FBAB5E: hue angle of 29.43º 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 #FBAB5E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 94 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.02 |
| HSL | 29.43º | 0.95% | 0.68% | - |
| HSV(B) | 29.43º | 0.63% | 0.98% | - |
| XYZ | 56.37 | 50.44 | 17.36 | - |
| YUV | 186.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 94 | 0 | 0.32 | 0.63 | 0.02 | 29.43 | 0.95 | 0.68 |
| Hex | FB | AB | 5E | 0 | 20 | 3F | 2 | 1D | 5F | 44 |
| Octal | 373 | 253 | 136 | 0 | 40 | 77 | 2 | 35 | 137 | 104 |
| Binary | 11111011 | 10101011 | 1011110 | 0 | 100000 | 111111 | 10 | 11101 | 1011111 | 1000100 |
Color Harmonies of #FBAB5E
Complementary color
Monochromatic Colors of #FBAB5E
Black with #FBAB5E
Text Example
Text Example
White with #FBAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB5E; }
p { color: rgb(251,171,94); }
H1.HeaderClassName
{
color: #FBAB5E;
}
.AnyTagClassName
{
color: #FBAB5E;
}
</style>
background-color css
<style>
a { background-color: #FBAB5E; }
a { background-color: rgb(251,171,94); }
div.DivClassName
{
background-color: #FBAB5E;
}
.BgClassName
{
background-color: #FBAB5E;
}
</style>
border-color css
<style>
span { border-color: #FBAB5E; }
span { border-color: rgb(251,171,94); }
td.TdClassName
{
border-color: #FBAB5E;
}
.TagClassName
{
border-color: #FBAB5E;
}
</style>