Shades of Rajah #FFB361
Tints of Rajah #FFB361
RGB
CMYK
RGB Variations
Color information
#FFB361 (or 0xFFB361) is known color: Rajah. HEX triplet: FF, B3 and 61. RGB value is (255,179,97). Sum of RGB (Red+Green+Blue) = 255+179+97=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB361 is #004C9E. Grayscale: #C0C0C0. Windows color (decimal): -19615 or 6403071. OLE color: 6403071.
HSL color Cylindrical-coordinate representation of color #FFB361: hue angle of 31.14º 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 #FFB361 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 97 | - |
| CMYK | 0 | 0.30 | 0.62 | 0 |
| HSL | 31.14º | 1% | 0.69% | - |
| HSV(B) | 31.14º | 0.62% | 1% | - |
| XYZ | 59.52 | 54.36 | 18.67 | - |
| YUV | 192.38 | 74.18 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 97 | 0 | 0.30 | 0.62 | 0 | 31.14 | 1 | 0.69 |
| Hex | FF | B3 | 61 | 0 | 1E | 3E | 0 | 1F | 64 | 45 |
| Octal | 377 | 263 | 141 | 0 | 36 | 76 | 0 | 37 | 144 | 105 |
| Binary | 11111111 | 10110011 | 1100001 | 0 | 11110 | 111110 | 0 | 11111 | 1100100 | 1000101 |
Color Harmonies of #FFB361
Complementary color
Monochromatic Colors of #FFB361
Black with #FFB361
Text Example
Text Example
White with #FFB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB361; }
p { color: rgb(255,179,97); }
H1.HeaderClassName
{
color: #FFB361;
}
.AnyTagClassName
{
color: #FFB361;
}
</style>
background-color css
<style>
a { background-color: #FFB361; }
a { background-color: rgb(255,179,97); }
div.DivClassName
{
background-color: #FFB361;
}
.BgClassName
{
background-color: #FFB361;
}
</style>
border-color css
<style>
span { border-color: #FFB361; }
span { border-color: rgb(255,179,97); }
td.TdClassName
{
border-color: #FFB361;
}
.TagClassName
{
border-color: #FFB361;
}
</style>