Shades of Rajah #FFB963
Tints of Rajah #FFB963
RGB
CMYK
RGB Variations
Color information
#FFB963 (or 0xFFB963) is known color: Rajah. HEX triplet: FF, B9 and 63. RGB value is (255,185,99). Sum of RGB (Red+Green+Blue) = 255+185+99=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB963 is #00469C. Grayscale: #C4C4C4. Windows color (decimal): -18077 or 6535679. OLE color: 6535679.
HSL color Cylindrical-coordinate representation of color #FFB963: hue angle of 33.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB963 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 99 | - |
| CMYK | 0 | 0.27 | 0.61 | 0 |
| HSL | 33.08º | 1% | 0.69% | - |
| HSV(B) | 33.08º | 0.61% | 1% | - |
| XYZ | 60.84 | 56.86 | 19.57 | - |
| YUV | 196.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 99 | 0 | 0.27 | 0.61 | 0 | 33.08 | 1 | 0.69 |
| Hex | FF | B9 | 63 | 0 | 1B | 3D | 0 | 21 | 64 | 45 |
| Octal | 377 | 271 | 143 | 0 | 33 | 75 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10111001 | 1100011 | 0 | 11011 | 111101 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFB963
Complementary color
Monochromatic Colors of #FFB963
Black with #FFB963
Text Example
Text Example
White with #FFB963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB963; }
p { color: rgb(255,185,99); }
H1.HeaderClassName
{
color: #FFB963;
}
.AnyTagClassName
{
color: #FFB963;
}
</style>
background-color css
<style>
a { background-color: #FFB963; }
a { background-color: rgb(255,185,99); }
div.DivClassName
{
background-color: #FFB963;
}
.BgClassName
{
background-color: #FFB963;
}
</style>
border-color css
<style>
span { border-color: #FFB963; }
span { border-color: rgb(255,185,99); }
td.TdClassName
{
border-color: #FFB963;
}
.TagClassName
{
border-color: #FFB963;
}
</style>