Shades of Rajah #FBA859
Tints of Rajah #FBA859
RGB
CMYK
RGB Variations
Color information
#FBA859 (or 0xFBA859) is known color: Rajah. HEX triplet: FB, A8 and 59. RGB value is (251,168,89). Sum of RGB (Red+Green+Blue) = 251+168+89=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA859 is #0457A6. Grayscale: #B8B8B8. Windows color (decimal): -284583 or 5875963. OLE color: 5875963.
HSL color Cylindrical-coordinate representation of color #FBA859: hue angle of 29.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FBA859 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 89 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.02 |
| HSL | 29.26º | 0.95% | 0.67% | - |
| HSV(B) | 29.26º | 0.65% | 0.98% | - |
| XYZ | 55.59 | 49.24 | 16.02 | - |
| YUV | 183.81 | 74.5 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 89 | 0 | 0.33 | 0.65 | 0.02 | 29.26 | 0.95 | 0.67 |
| Hex | FB | A8 | 59 | 0 | 21 | 41 | 2 | 1D | 5F | 43 |
| Octal | 373 | 250 | 131 | 0 | 41 | 101 | 2 | 35 | 137 | 103 |
| Binary | 11111011 | 10101000 | 1011001 | 0 | 100001 | 1000001 | 10 | 11101 | 1011111 | 1000011 |
Color Harmonies of #FBA859
Complementary color
Monochromatic Colors of #FBA859
Black with #FBA859
Text Example
Text Example
White with #FBA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA859; }
p { color: rgb(251,168,89); }
H1.HeaderClassName
{
color: #FBA859;
}
.AnyTagClassName
{
color: #FBA859;
}
</style>
background-color css
<style>
a { background-color: #FBA859; }
a { background-color: rgb(251,168,89); }
div.DivClassName
{
background-color: #FBA859;
}
.BgClassName
{
background-color: #FBA859;
}
</style>
border-color css
<style>
span { border-color: #FBA859; }
span { border-color: rgb(251,168,89); }
td.TdClassName
{
border-color: #FBA859;
}
.TagClassName
{
border-color: #FBA859;
}
</style>