Shades of Rajah #FFB861
Tints of Rajah #FFB861
RGB
CMYK
RGB Variations
Color information
#FFB861 (or 0xFFB861) is known color: Rajah. HEX triplet: FF, B8 and 61. RGB value is (255,184,97). Sum of RGB (Red+Green+Blue) = 255+184+97=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 97 (38.28% from 255 or 18.10% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB861 is #00479E. Grayscale: #C3C3C3. Windows color (decimal): -18335 or 6404351. OLE color: 6404351.
HSL color Cylindrical-coordinate representation of color #FFB861: hue angle of 33.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFB861 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 97 | - |
| CMYK | 0 | 0.28 | 0.62 | 0 |
| HSL | 33.04º | 1% | 0.69% | - |
| HSV(B) | 33.04º | 0.62% | 1% | - |
| XYZ | 60.54 | 56.4 | 19.01 | - |
| YUV | 195.31 | 72.52 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 97 | 0 | 0.28 | 0.62 | 0 | 33.04 | 1 | 0.69 |
| Hex | FF | B8 | 61 | 0 | 1C | 3E | 0 | 21 | 64 | 45 |
| Octal | 377 | 270 | 141 | 0 | 34 | 76 | 0 | 41 | 144 | 105 |
| Binary | 11111111 | 10111000 | 1100001 | 0 | 11100 | 111110 | 0 | 100001 | 1100100 | 1000101 |
Color Harmonies of #FFB861
Complementary color
Monochromatic Colors of #FFB861
Black with #FFB861
Text Example
Text Example
White with #FFB861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB861; }
p { color: rgb(255,184,97); }
H1.HeaderClassName
{
color: #FFB861;
}
.AnyTagClassName
{
color: #FFB861;
}
</style>
background-color css
<style>
a { background-color: #FFB861; }
a { background-color: rgb(255,184,97); }
div.DivClassName
{
background-color: #FFB861;
}
.BgClassName
{
background-color: #FFB861;
}
</style>
border-color css
<style>
span { border-color: #FFB861; }
span { border-color: rgb(255,184,97); }
td.TdClassName
{
border-color: #FFB861;
}
.TagClassName
{
border-color: #FFB861;
}
</style>