Shades of Rajah #FFB864
Tints of Rajah #FFB864
RGB
CMYK
RGB Variations
Color information
#FFB864 (or 0xFFB864) is known color: Rajah. HEX triplet: FF, B8 and 64. RGB value is (255,184,100). Sum of RGB (Red+Green+Blue) = 255+184+100=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB864 is #00479B. Grayscale: #C4C4C4. Windows color (decimal): -18332 or 6600959. OLE color: 6600959.
HSL color Cylindrical-coordinate representation of color #FFB864: hue angle of 32.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB864 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 100 | - |
| CMYK | 0 | 0.28 | 0.61 | 0 |
| HSL | 32.52º | 1% | 0.7% | - |
| HSV(B) | 32.52º | 0.61% | 1% | - |
| XYZ | 60.68 | 56.46 | 19.76 | - |
| YUV | 195.65 | 74.02 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 100 | 0 | 0.28 | 0.61 | 0 | 32.52 | 1 | 0.7 |
| Hex | FF | B8 | 64 | 0 | 1C | 3D | 0 | 21 | 64 | 46 |
| Octal | 377 | 270 | 144 | 0 | 34 | 75 | 0 | 41 | 144 | 106 |
| Binary | 11111111 | 10111000 | 1100100 | 0 | 11100 | 111101 | 0 | 100001 | 1100100 | 1000110 |
Color Harmonies of #FFB864
Complementary color
Monochromatic Colors of #FFB864
Black with #FFB864
Text Example
Text Example
White with #FFB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB864; }
p { color: rgb(255,184,100); }
H1.HeaderClassName
{
color: #FFB864;
}
.AnyTagClassName
{
color: #FFB864;
}
</style>
background-color css
<style>
a { background-color: #FFB864; }
a { background-color: rgb(255,184,100); }
div.DivClassName
{
background-color: #FFB864;
}
.BgClassName
{
background-color: #FFB864;
}
</style>
border-color css
<style>
span { border-color: #FFB864; }
span { border-color: rgb(255,184,100); }
td.TdClassName
{
border-color: #FFB864;
}
.TagClassName
{
border-color: #FFB864;
}
</style>