Shades of Rajah #FFB865
Tints of Rajah #FFB865
RGB
CMYK
RGB Variations
Color information
#FFB865 (or 0xFFB865) is known color: Rajah. HEX triplet: FF, B8 and 65. RGB value is (255,184,101). Sum of RGB (Red+Green+Blue) = 255+184+101=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB865 is #00479A. Grayscale: #C4C4C4. Windows color (decimal): -18331 or 6666495. OLE color: 6666495.
HSL color Cylindrical-coordinate representation of color #FFB865: hue angle of 32.34º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB865 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 101 | - |
| CMYK | 0 | 0.28 | 0.60 | 0 |
| HSL | 32.34º | 1% | 0.7% | - |
| HSV(B) | 32.34º | 0.6% | 1% | - |
| XYZ | 60.73 | 56.48 | 20.01 | - |
| YUV | 195.77 | 74.52 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 101 | 0 | 0.28 | 0.60 | 0 | 32.34 | 1 | 0.7 |
| Hex | FF | B8 | 65 | 0 | 1C | 3C | 0 | 20 | 64 | 46 |
| Octal | 377 | 270 | 145 | 0 | 34 | 74 | 0 | 40 | 144 | 106 |
| Binary | 11111111 | 10111000 | 1100101 | 0 | 11100 | 111100 | 0 | 100000 | 1100100 | 1000110 |
Color Harmonies of #FFB865
Complementary color
Monochromatic Colors of #FFB865
Black with #FFB865
Text Example
Text Example
White with #FFB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB865; }
p { color: rgb(255,184,101); }
H1.HeaderClassName
{
color: #FFB865;
}
.AnyTagClassName
{
color: #FFB865;
}
</style>
background-color css
<style>
a { background-color: #FFB865; }
a { background-color: rgb(255,184,101); }
div.DivClassName
{
background-color: #FFB865;
}
.BgClassName
{
background-color: #FFB865;
}
</style>
border-color css
<style>
span { border-color: #FFB865; }
span { border-color: rgb(255,184,101); }
td.TdClassName
{
border-color: #FFB865;
}
.TagClassName
{
border-color: #FFB865;
}
</style>