Shades of Rajah #FFB561
Tints of Rajah #FFB561
RGB
CMYK
RGB Variations
Color information
#FFB561 (or 0xFFB561) is known color: Rajah. HEX triplet: FF, B5 and 61. RGB value is (255,181,97). Sum of RGB (Red+Green+Blue) = 255+181+97=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB561 is #004A9E. Grayscale: #C1C1C1. Windows color (decimal): -19103 or 6403583. OLE color: 6403583.
HSL color Cylindrical-coordinate representation of color #FFB561: hue angle of 31.9º 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 #FFB561 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 97 | - |
| CMYK | 0 | 0.29 | 0.62 | 0 |
| HSL | 31.9º | 1% | 0.69% | - |
| HSV(B) | 31.9º | 0.62% | 1% | - |
| XYZ | 59.92 | 55.17 | 18.8 | - |
| YUV | 193.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 97 | 0 | 0.29 | 0.62 | 0 | 31.9 | 1 | 0.69 |
| Hex | FF | B5 | 61 | 0 | 1D | 3E | 0 | 20 | 64 | 45 |
| Octal | 377 | 265 | 141 | 0 | 35 | 76 | 0 | 40 | 144 | 105 |
| Binary | 11111111 | 10110101 | 1100001 | 0 | 11101 | 111110 | 0 | 100000 | 1100100 | 1000101 |
Color Harmonies of #FFB561
Complementary color
Monochromatic Colors of #FFB561
Black with #FFB561
Text Example
Text Example
White with #FFB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB561; }
p { color: rgb(255,181,97); }
H1.HeaderClassName
{
color: #FFB561;
}
.AnyTagClassName
{
color: #FFB561;
}
</style>
background-color css
<style>
a { background-color: #FFB561; }
a { background-color: rgb(255,181,97); }
div.DivClassName
{
background-color: #FFB561;
}
.BgClassName
{
background-color: #FFB561;
}
</style>
border-color css
<style>
span { border-color: #FFB561; }
span { border-color: rgb(255,181,97); }
td.TdClassName
{
border-color: #FFB561;
}
.TagClassName
{
border-color: #FFB561;
}
</style>