Shades of Rajah #FBA964
Tints of Rajah #FBA964
RGB
CMYK
RGB Variations
Color information
#FBA964 (or 0xFBA964) is known color: Rajah. HEX triplet: FB, A9 and 64. RGB value is (251,169,100). Sum of RGB (Red+Green+Blue) = 251+169+100=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA964 is #04569B. Grayscale: #BABABA. Windows color (decimal): -284316 or 6597115. OLE color: 6597115.
HSL color Cylindrical-coordinate representation of color #FBA964: hue angle of 27.42º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FBA964 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 100 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.02 |
| HSL | 27.42º | 0.95% | 0.69% | - |
| HSV(B) | 27.42º | 0.6% | 0.98% | - |
| XYZ | 56.27 | 49.81 | 18.7 | - |
| YUV | 185.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 100 | 0 | 0.33 | 0.60 | 0.02 | 27.42 | 0.95 | 0.69 |
| Hex | FB | A9 | 64 | 0 | 21 | 3C | 2 | 1B | 5F | 45 |
| Octal | 373 | 251 | 144 | 0 | 41 | 74 | 2 | 33 | 137 | 105 |
| Binary | 11111011 | 10101001 | 1100100 | 0 | 100001 | 111100 | 10 | 11011 | 1011111 | 1000101 |
Color Harmonies of #FBA964
Complementary color
Monochromatic Colors of #FBA964
Black with #FBA964
Text Example
Text Example
White with #FBA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA964; }
p { color: rgb(251,169,100); }
H1.HeaderClassName
{
color: #FBA964;
}
.AnyTagClassName
{
color: #FBA964;
}
</style>
background-color css
<style>
a { background-color: #FBA964; }
a { background-color: rgb(251,169,100); }
div.DivClassName
{
background-color: #FBA964;
}
.BgClassName
{
background-color: #FBA964;
}
</style>
border-color css
<style>
span { border-color: #FBA964; }
span { border-color: rgb(251,169,100); }
td.TdClassName
{
border-color: #FBA964;
}
.TagClassName
{
border-color: #FBA964;
}
</style>