Shades of Rajah #FFB565
Tints of Rajah #FFB565
RGB
CMYK
RGB Variations
Color information
#FFB565 (or 0xFFB565) is known color: Rajah. HEX triplet: FF, B5 and 65. RGB value is (255,181,101). Sum of RGB (Red+Green+Blue) = 255+181+101=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB565 is #004A9A. Grayscale: #C2C2C2. Windows color (decimal): -19099 or 6665727. OLE color: 6665727.
HSL color Cylindrical-coordinate representation of color #FFB565: hue angle of 31.17º 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 #FFB565 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 101 | - |
| CMYK | 0 | 0.29 | 0.60 | 0 |
| HSL | 31.17º | 1% | 0.7% | - |
| HSV(B) | 31.17º | 0.6% | 1% | - |
| XYZ | 60.11 | 55.25 | 19.81 | - |
| YUV | 194.01 | 75.52 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 101 | 0 | 0.29 | 0.60 | 0 | 31.17 | 1 | 0.7 |
| Hex | FF | B5 | 65 | 0 | 1D | 3C | 0 | 1F | 64 | 46 |
| Octal | 377 | 265 | 145 | 0 | 35 | 74 | 0 | 37 | 144 | 106 |
| Binary | 11111111 | 10110101 | 1100101 | 0 | 11101 | 111100 | 0 | 11111 | 1100100 | 1000110 |
Color Harmonies of #FFB565
Complementary color
Monochromatic Colors of #FFB565
Black with #FFB565
Text Example
Text Example
White with #FFB565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB565; }
p { color: rgb(255,181,101); }
H1.HeaderClassName
{
color: #FFB565;
}
.AnyTagClassName
{
color: #FFB565;
}
</style>
background-color css
<style>
a { background-color: #FFB565; }
a { background-color: rgb(255,181,101); }
div.DivClassName
{
background-color: #FFB565;
}
.BgClassName
{
background-color: #FFB565;
}
</style>
border-color css
<style>
span { border-color: #FFB565; }
span { border-color: rgb(255,181,101); }
td.TdClassName
{
border-color: #FFB565;
}
.TagClassName
{
border-color: #FFB565;
}
</style>