Shades of Rajah #FBAB5C
Tints of Rajah #FBAB5C
RGB
CMYK
RGB Variations
Color information
#FBAB5C (or 0xFBAB5C) is known color: Rajah. HEX triplet: FB, AB and 5C. RGB value is (251,171,92). Sum of RGB (Red+Green+Blue) = 251+171+92=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB5C is #0454A3. Grayscale: #BABABA. Windows color (decimal): -283812 or 6073339. OLE color: 6073339.
HSL color Cylindrical-coordinate representation of color #FBAB5C: hue angle of 29.81º 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 #FBAB5C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 92 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.02 |
| HSL | 29.81º | 0.95% | 0.67% | - |
| HSV(B) | 29.81º | 0.63% | 0.98% | - |
| XYZ | 56.28 | 50.41 | 16.89 | - |
| YUV | 185.91 | 75 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 92 | 0 | 0.32 | 0.63 | 0.02 | 29.81 | 0.95 | 0.67 |
| Hex | FB | AB | 5C | 0 | 20 | 3F | 2 | 1E | 5F | 43 |
| Octal | 373 | 253 | 134 | 0 | 40 | 77 | 2 | 36 | 137 | 103 |
| Binary | 11111011 | 10101011 | 1011100 | 0 | 100000 | 111111 | 10 | 11110 | 1011111 | 1000011 |
Color Harmonies of #FBAB5C
Complementary color
Monochromatic Colors of #FBAB5C
Black with #FBAB5C
Text Example
Text Example
White with #FBAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB5C; }
p { color: rgb(251,171,92); }
H1.HeaderClassName
{
color: #FBAB5C;
}
.AnyTagClassName
{
color: #FBAB5C;
}
</style>
background-color css
<style>
a { background-color: #FBAB5C; }
a { background-color: rgb(251,171,92); }
div.DivClassName
{
background-color: #FBAB5C;
}
.BgClassName
{
background-color: #FBAB5C;
}
</style>
border-color css
<style>
span { border-color: #FBAB5C; }
span { border-color: rgb(251,171,92); }
td.TdClassName
{
border-color: #FBAB5C;
}
.TagClassName
{
border-color: #FBAB5C;
}
</style>