Shades of Rajah #FBA85A
Tints of Rajah #FBA85A
RGB
CMYK
RGB Variations
Color information
#FBA85A (or 0xFBA85A) is known color: Rajah. HEX triplet: FB, A8 and 5A. RGB value is (251,168,90). Sum of RGB (Red+Green+Blue) = 251+168+90=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85A is #0457A5. Grayscale: #B8B8B8. Windows color (decimal): -284582 or 5941499. OLE color: 5941499.
HSL color Cylindrical-coordinate representation of color #FBA85A: hue angle of 29.07º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FBA85A is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 90 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.02 |
| HSL | 29.07º | 0.95% | 0.67% | - |
| HSV(B) | 29.07º | 0.64% | 0.98% | - |
| XYZ | 55.63 | 49.25 | 16.25 | - |
| YUV | 183.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 90 | 0 | 0.33 | 0.64 | 0.02 | 29.07 | 0.95 | 0.67 |
| Hex | FB | A8 | 5A | 0 | 21 | 40 | 2 | 1D | 5F | 43 |
| Octal | 373 | 250 | 132 | 0 | 41 | 100 | 2 | 35 | 137 | 103 |
| Binary | 11111011 | 10101000 | 1011010 | 0 | 100001 | 1000000 | 10 | 11101 | 1011111 | 1000011 |
Color Harmonies of #FBA85A
Complementary color
Monochromatic Colors of #FBA85A
Black with #FBA85A
Text Example
Text Example
White with #FBA85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA85A; }
p { color: rgb(251,168,90); }
H1.HeaderClassName
{
color: #FBA85A;
}
.AnyTagClassName
{
color: #FBA85A;
}
</style>
background-color css
<style>
a { background-color: #FBA85A; }
a { background-color: rgb(251,168,90); }
div.DivClassName
{
background-color: #FBA85A;
}
.BgClassName
{
background-color: #FBA85A;
}
</style>
border-color css
<style>
span { border-color: #FBA85A; }
span { border-color: rgb(251,168,90); }
td.TdClassName
{
border-color: #FBA85A;
}
.TagClassName
{
border-color: #FBA85A;
}
</style>