Shades of Rajah #FFB86B
Tints of Rajah #FFB86B
RGB
CMYK
RGB Variations
Color information
#FFB86B (or 0xFFB86B) is known color: Rajah. HEX triplet: FF, B8 and 6B. RGB value is (255,184,107). Sum of RGB (Red+Green+Blue) = 255+184+107=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB86B is #004794. Grayscale: #C4C4C4. Windows color (decimal): -18325 or 7059711. OLE color: 7059711.
HSL color Cylindrical-coordinate representation of color #FFB86B: hue angle of 31.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFB86B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 107 | - |
| CMYK | 0 | 0.28 | 0.58 | 0 |
| HSL | 31.22º | 1% | 0.71% | - |
| HSV(B) | 31.22º | 0.58% | 1% | - |
| XYZ | 61.03 | 56.6 | 21.62 | - |
| YUV | 196.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 107 | 0 | 0.28 | 0.58 | 0 | 31.22 | 1 | 0.71 |
| Hex | FF | B8 | 6B | 0 | 1C | 3A | 0 | 1F | 64 | 47 |
| Octal | 377 | 270 | 153 | 0 | 34 | 72 | 0 | 37 | 144 | 107 |
| Binary | 11111111 | 10111000 | 1101011 | 0 | 11100 | 111010 | 0 | 11111 | 1100100 | 1000111 |
Color Harmonies of #FFB86B
Complementary color
Monochromatic Colors of #FFB86B
Black with #FFB86B
Text Example
Text Example
White with #FFB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB86B; }
p { color: rgb(255,184,107); }
H1.HeaderClassName
{
color: #FFB86B;
}
.AnyTagClassName
{
color: #FFB86B;
}
</style>
background-color css
<style>
a { background-color: #FFB86B; }
a { background-color: rgb(255,184,107); }
div.DivClassName
{
background-color: #FFB86B;
}
.BgClassName
{
background-color: #FFB86B;
}
</style>
border-color css
<style>
span { border-color: #FFB86B; }
span { border-color: rgb(255,184,107); }
td.TdClassName
{
border-color: #FFB86B;
}
.TagClassName
{
border-color: #FFB86B;
}
</style>