Shades of Rajah #FBAB5D
Tints of Rajah #FBAB5D
RGB
CMYK
RGB Variations
Color information
#FBAB5D (or 0xFBAB5D) is known color: Rajah. HEX triplet: FB, AB and 5D. RGB value is (251,171,93). Sum of RGB (Red+Green+Blue) = 251+171+93=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB5D is #0454A2. Grayscale: #BABABA. Windows color (decimal): -283811 or 6138875. OLE color: 6138875.
HSL color Cylindrical-coordinate representation of color #FBAB5D: hue angle of 29.62º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FBAB5D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 93 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.02 |
| HSL | 29.62º | 0.95% | 0.67% | - |
| HSV(B) | 29.62º | 0.63% | 0.98% | - |
| XYZ | 56.32 | 50.43 | 17.12 | - |
| YUV | 186.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 93 | 0 | 0.32 | 0.63 | 0.02 | 29.62 | 0.95 | 0.67 |
| Hex | FB | AB | 5D | 0 | 20 | 3F | 2 | 1E | 5F | 43 |
| Octal | 373 | 253 | 135 | 0 | 40 | 77 | 2 | 36 | 137 | 103 |
| Binary | 11111011 | 10101011 | 1011101 | 0 | 100000 | 111111 | 10 | 11110 | 1011111 | 1000011 |
Color Harmonies of #FBAB5D
Complementary color
Monochromatic Colors of #FBAB5D
Black with #FBAB5D
Text Example
Text Example
White with #FBAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB5D; }
p { color: rgb(251,171,93); }
H1.HeaderClassName
{
color: #FBAB5D;
}
.AnyTagClassName
{
color: #FBAB5D;
}
</style>
background-color css
<style>
a { background-color: #FBAB5D; }
a { background-color: rgb(251,171,93); }
div.DivClassName
{
background-color: #FBAB5D;
}
.BgClassName
{
background-color: #FBAB5D;
}
</style>
border-color css
<style>
span { border-color: #FBAB5D; }
span { border-color: rgb(251,171,93); }
td.TdClassName
{
border-color: #FBAB5D;
}
.TagClassName
{
border-color: #FBAB5D;
}
</style>