Shades of Rajah #FFB56B
Tints of Rajah #FFB56B
RGB
CMYK
RGB Variations
Color information
#FFB56B (or 0xFFB56B) is known color: Rajah. HEX triplet: FF, B5 and 6B. RGB value is (255,181,107). Sum of RGB (Red+Green+Blue) = 255+181+107=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB56B is #004A94. Grayscale: #C3C3C3. Windows color (decimal): -19093 or 7058943. OLE color: 7058943.
HSL color Cylindrical-coordinate representation of color #FFB56B: hue angle of 30º 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 #FFB56B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 107 | - |
| CMYK | 0 | 0.29 | 0.58 | 0 |
| HSL | 30º | 1% | 0.71% | - |
| HSV(B) | 30º | 0.58% | 1% | - |
| XYZ | 60.42 | 55.37 | 21.41 | - |
| YUV | 194.69 | 78.52 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 107 | 0 | 0.29 | 0.58 | 0 | 30 | 1 | 0.71 |
| Hex | FF | B5 | 6B | 0 | 1D | 3A | 0 | 1E | 64 | 47 |
| Octal | 377 | 265 | 153 | 0 | 35 | 72 | 0 | 36 | 144 | 107 |
| Binary | 11111111 | 10110101 | 1101011 | 0 | 11101 | 111010 | 0 | 11110 | 1100100 | 1000111 |
Color Harmonies of #FFB56B
Complementary color
Monochromatic Colors of #FFB56B
Black with #FFB56B
Text Example
Text Example
White with #FFB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB56B; }
p { color: rgb(255,181,107); }
H1.HeaderClassName
{
color: #FFB56B;
}
.AnyTagClassName
{
color: #FFB56B;
}
</style>
background-color css
<style>
a { background-color: #FFB56B; }
a { background-color: rgb(255,181,107); }
div.DivClassName
{
background-color: #FFB56B;
}
.BgClassName
{
background-color: #FFB56B;
}
</style>
border-color css
<style>
span { border-color: #FFB56B; }
span { border-color: rgb(255,181,107); }
td.TdClassName
{
border-color: #FFB56B;
}
.TagClassName
{
border-color: #FFB56B;
}
</style>