Shades of Rajah #FBA85F
Tints of Rajah #FBA85F
RGB
CMYK
RGB Variations
Color information
#FBA85F (or 0xFBA85F) is known color: Rajah. HEX triplet: FB, A8 and 5F. RGB value is (251,168,95). Sum of RGB (Red+Green+Blue) = 251+168+95=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85F is #0457A0. Grayscale: #B8B8B8. Windows color (decimal): -284577 or 6269179. OLE color: 6269179.
HSL color Cylindrical-coordinate representation of color #FBA85F: hue angle of 28.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FBA85F is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 95 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.02 |
| HSL | 28.08º | 0.95% | 0.68% | - |
| HSV(B) | 28.08º | 0.62% | 0.98% | - |
| XYZ | 55.85 | 49.34 | 17.41 | - |
| YUV | 184.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 95 | 0 | 0.33 | 0.62 | 0.02 | 28.08 | 0.95 | 0.68 |
| Hex | FB | A8 | 5F | 0 | 21 | 3E | 2 | 1C | 5F | 44 |
| Octal | 373 | 250 | 137 | 0 | 41 | 76 | 2 | 34 | 137 | 104 |
| Binary | 11111011 | 10101000 | 1011111 | 0 | 100001 | 111110 | 10 | 11100 | 1011111 | 1000100 |
Color Harmonies of #FBA85F
Complementary color
Monochromatic Colors of #FBA85F
Black with #FBA85F
Text Example
Text Example
White with #FBA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA85F; }
p { color: rgb(251,168,95); }
H1.HeaderClassName
{
color: #FBA85F;
}
.AnyTagClassName
{
color: #FBA85F;
}
</style>
background-color css
<style>
a { background-color: #FBA85F; }
a { background-color: rgb(251,168,95); }
div.DivClassName
{
background-color: #FBA85F;
}
.BgClassName
{
background-color: #FBA85F;
}
</style>
border-color css
<style>
span { border-color: #FBA85F; }
span { border-color: rgb(251,168,95); }
td.TdClassName
{
border-color: #FBA85F;
}
.TagClassName
{
border-color: #FBA85F;
}
</style>