Shades of Rajah #FFB863
Tints of Rajah #FFB863
RGB
CMYK
RGB Variations
Color information
#FFB863 (or 0xFFB863) is known color: Rajah. HEX triplet: FF, B8 and 63. RGB value is (255,184,99). Sum of RGB (Red+Green+Blue) = 255+184+99=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 184 (72.27% from 255 or 34.20% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB863 is #00479C. Grayscale: #C3C3C3. Windows color (decimal): -18333 or 6535423. OLE color: 6535423.
HSL color Cylindrical-coordinate representation of color #FFB863: hue angle of 32.69º 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 #FFB863 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 99 | - |
| CMYK | 0 | 0.28 | 0.61 | 0 |
| HSL | 32.69º | 1% | 0.69% | - |
| HSV(B) | 32.69º | 0.61% | 1% | - |
| XYZ | 60.63 | 56.44 | 19.5 | - |
| YUV | 195.54 | 73.52 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 99 | 0 | 0.28 | 0.61 | 0 | 32.69 | 1 | 0.69 |
| Hex | FF | B8 | 63 | 0 | 1C | 3D | 0 | 21 | 64 | 45 |
| Octal | 377 | 270 | 143 | 0 | 34 | 75 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10111000 | 1100011 | 0 | 11100 | 111101 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFB863
Complementary color
Monochromatic Colors of #FFB863
Black with #FFB863
Text Example
Text Example
White with #FFB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB863; }
p { color: rgb(255,184,99); }
H1.HeaderClassName
{
color: #FFB863;
}
.AnyTagClassName
{
color: #FFB863;
}
</style>
background-color css
<style>
a { background-color: #FFB863; }
a { background-color: rgb(255,184,99); }
div.DivClassName
{
background-color: #FFB863;
}
.BgClassName
{
background-color: #FFB863;
}
</style>
border-color css
<style>
span { border-color: #FFB863; }
span { border-color: rgb(255,184,99); }
td.TdClassName
{
border-color: #FFB863;
}
.TagClassName
{
border-color: #FFB863;
}
</style>