Shades of Rajah #FFB36D
Tints of Rajah #FFB36D
RGB
CMYK
RGB Variations
Color information
#FFB36D (or 0xFFB36D) is known color: Rajah. HEX triplet: FF, B3 and 6D. RGB value is (255,179,109). Sum of RGB (Red+Green+Blue) = 255+179+109=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB36D is #004C92. Grayscale: #C2C2C2. Windows color (decimal): -19603 or 7189503. OLE color: 7189503.
HSL color Cylindrical-coordinate representation of color #FFB36D: hue angle of 28.77º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFB36D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 109 | - |
| CMYK | 0 | 0.30 | 0.57 | 0 |
| HSL | 28.77º | 1% | 0.71% | - |
| HSV(B) | 28.77º | 0.57% | 1% | - |
| XYZ | 60.12 | 54.6 | 21.84 | - |
| YUV | 193.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 109 | 0 | 0.30 | 0.57 | 0 | 28.77 | 1 | 0.71 |
| Hex | FF | B3 | 6D | 0 | 1E | 39 | 0 | 1D | 64 | 47 |
| Octal | 377 | 263 | 155 | 0 | 36 | 71 | 0 | 35 | 144 | 107 |
| Binary | 11111111 | 10110011 | 1101101 | 0 | 11110 | 111001 | 0 | 11101 | 1100100 | 1000111 |
Color Harmonies of #FFB36D
Complementary color
Monochromatic Colors of #FFB36D
Black with #FFB36D
Text Example
Text Example
White with #FFB36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB36D; }
p { color: rgb(255,179,109); }
H1.HeaderClassName
{
color: #FFB36D;
}
.AnyTagClassName
{
color: #FFB36D;
}
</style>
background-color css
<style>
a { background-color: #FFB36D; }
a { background-color: rgb(255,179,109); }
div.DivClassName
{
background-color: #FFB36D;
}
.BgClassName
{
background-color: #FFB36D;
}
</style>
border-color css
<style>
span { border-color: #FFB36D; }
span { border-color: rgb(255,179,109); }
td.TdClassName
{
border-color: #FFB36D;
}
.TagClassName
{
border-color: #FFB36D;
}
</style>