Shades of Rajah #FBA85D
Tints of Rajah #FBA85D
RGB
CMYK
RGB Variations
Color information
#FBA85D (or 0xFBA85D) is known color: Rajah. HEX triplet: FB, A8 and 5D. RGB value is (251,168,93). Sum of RGB (Red+Green+Blue) = 251+168+93=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA85D is #0457A2. Grayscale: #B8B8B8. Windows color (decimal): -284579 or 6138107. OLE color: 6138107.
HSL color Cylindrical-coordinate representation of color #FBA85D: hue angle of 28.48º 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 #FBA85D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 93 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.02 |
| HSL | 28.48º | 0.95% | 0.67% | - |
| HSV(B) | 28.48º | 0.63% | 0.98% | - |
| XYZ | 55.76 | 49.3 | 16.93 | - |
| YUV | 184.27 | 76.5 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 93 | 0 | 0.33 | 0.63 | 0.02 | 28.48 | 0.95 | 0.67 |
| Hex | FB | A8 | 5D | 0 | 21 | 3F | 2 | 1C | 5F | 43 |
| Octal | 373 | 250 | 135 | 0 | 41 | 77 | 2 | 34 | 137 | 103 |
| Binary | 11111011 | 10101000 | 1011101 | 0 | 100001 | 111111 | 10 | 11100 | 1011111 | 1000011 |
Color Harmonies of #FBA85D
Complementary color
Monochromatic Colors of #FBA85D
Black with #FBA85D
Text Example
Text Example
White with #FBA85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA85D; }
p { color: rgb(251,168,93); }
H1.HeaderClassName
{
color: #FBA85D;
}
.AnyTagClassName
{
color: #FBA85D;
}
</style>
background-color css
<style>
a { background-color: #FBA85D; }
a { background-color: rgb(251,168,93); }
div.DivClassName
{
background-color: #FBA85D;
}
.BgClassName
{
background-color: #FBA85D;
}
</style>
border-color css
<style>
span { border-color: #FBA85D; }
span { border-color: rgb(251,168,93); }
td.TdClassName
{
border-color: #FBA85D;
}
.TagClassName
{
border-color: #FBA85D;
}
</style>