Shades of Rajah #FFB36A
Tints of Rajah #FFB36A
RGB
CMYK
RGB Variations
Color information
#FFB36A (or 0xFFB36A) is known color: Rajah. HEX triplet: FF, B3 and 6A. RGB value is (255,179,106). Sum of RGB (Red+Green+Blue) = 255+179+106=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB36A is #004C95. Grayscale: #C1C1C1. Windows color (decimal): -19606 or 6992895. OLE color: 6992895.
HSL color Cylindrical-coordinate representation of color #FFB36A: hue angle of 29.4º 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 #FFB36A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 106 | - |
| CMYK | 0 | 0.30 | 0.58 | 0 |
| HSL | 29.4º | 1% | 0.71% | - |
| HSV(B) | 29.4º | 0.58% | 1% | - |
| XYZ | 59.96 | 54.54 | 21 | - |
| YUV | 193.4 | 78.68 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 106 | 0 | 0.30 | 0.58 | 0 | 29.4 | 1 | 0.71 |
| Hex | FF | B3 | 6A | 0 | 1E | 3A | 0 | 1D | 64 | 47 |
| Octal | 377 | 263 | 152 | 0 | 36 | 72 | 0 | 35 | 144 | 107 |
| Binary | 11111111 | 10110011 | 1101010 | 0 | 11110 | 111010 | 0 | 11101 | 1100100 | 1000111 |
Color Harmonies of #FFB36A
Complementary color
Monochromatic Colors of #FFB36A
Black with #FFB36A
Text Example
Text Example
White with #FFB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB36A; }
p { color: rgb(255,179,106); }
H1.HeaderClassName
{
color: #FFB36A;
}
.AnyTagClassName
{
color: #FFB36A;
}
</style>
background-color css
<style>
a { background-color: #FFB36A; }
a { background-color: rgb(255,179,106); }
div.DivClassName
{
background-color: #FFB36A;
}
.BgClassName
{
background-color: #FFB36A;
}
</style>
border-color css
<style>
span { border-color: #FFB36A; }
span { border-color: rgb(255,179,106); }
td.TdClassName
{
border-color: #FFB36A;
}
.TagClassName
{
border-color: #FFB36A;
}
</style>