Shades of Rajah #FFB560
Tints of Rajah #FFB560
RGB
CMYK
RGB Variations
Color information
#FFB560 (or 0xFFB560) is known color: Rajah. HEX triplet: FF, B5 and 60. RGB value is (255,181,96). Sum of RGB (Red+Green+Blue) = 255+181+96=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB560 is #004A9F. Grayscale: #C1C1C1. Windows color (decimal): -19104 or 6338047. OLE color: 6338047.
HSL color Cylindrical-coordinate representation of color #FFB560: hue angle of 32.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFB560 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 96 | - |
| CMYK | 0 | 0.29 | 0.62 | 0 |
| HSL | 32.08º | 1% | 0.69% | - |
| HSV(B) | 32.08º | 0.62% | 1% | - |
| XYZ | 59.88 | 55.15 | 18.56 | - |
| YUV | 193.44 | 73.02 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 96 | 0 | 0.29 | 0.62 | 0 | 32.08 | 1 | 0.69 |
| Hex | FF | B5 | 60 | 0 | 1D | 3E | 0 | 20 | 64 | 45 |
| Octal | 377 | 265 | 140 | 0 | 35 | 76 | 0 | 40 | 144 | 105 |
| Binary | 11111111 | 10110101 | 1100000 | 0 | 11101 | 111110 | 0 | 100000 | 1100100 | 1000101 |
Color Harmonies of #FFB560
Complementary color
Monochromatic Colors of #FFB560
Black with #FFB560
Text Example
Text Example
White with #FFB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB560; }
p { color: rgb(255,181,96); }
H1.HeaderClassName
{
color: #FFB560;
}
.AnyTagClassName
{
color: #FFB560;
}
</style>
background-color css
<style>
a { background-color: #FFB560; }
a { background-color: rgb(255,181,96); }
div.DivClassName
{
background-color: #FFB560;
}
.BgClassName
{
background-color: #FFB560;
}
</style>
border-color css
<style>
span { border-color: #FFB560; }
span { border-color: rgb(255,181,96); }
td.TdClassName
{
border-color: #FFB560;
}
.TagClassName
{
border-color: #FFB560;
}
</style>