Shades of Rajah #FFB364
Tints of Rajah #FFB364
RGB
CMYK
RGB Variations
Color information
#FFB364 (or 0xFFB364) is known color: Rajah. HEX triplet: FF, B3 and 64. RGB value is (255,179,100). Sum of RGB (Red+Green+Blue) = 255+179+100=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB364 is #004C9B. Grayscale: #C1C1C1. Windows color (decimal): -19612 or 6599679. OLE color: 6599679.
HSL color Cylindrical-coordinate representation of color #FFB364: hue angle of 30.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFB364 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 100 | - |
| CMYK | 0 | 0.30 | 0.61 | 0 |
| HSL | 30.58º | 1% | 0.7% | - |
| HSV(B) | 30.58º | 0.61% | 1% | - |
| XYZ | 59.66 | 54.42 | 19.42 | - |
| YUV | 192.72 | 75.68 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 100 | 0 | 0.30 | 0.61 | 0 | 30.58 | 1 | 0.7 |
| Hex | FF | B3 | 64 | 0 | 1E | 3D | 0 | 1F | 64 | 46 |
| Octal | 377 | 263 | 144 | 0 | 36 | 75 | 0 | 37 | 144 | 106 |
| Binary | 11111111 | 10110011 | 1100100 | 0 | 11110 | 111101 | 0 | 11111 | 1100100 | 1000110 |
Color Harmonies of #FFB364
Complementary color
Monochromatic Colors of #FFB364
Black with #FFB364
Text Example
Text Example
White with #FFB364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB364; }
p { color: rgb(255,179,100); }
H1.HeaderClassName
{
color: #FFB364;
}
.AnyTagClassName
{
color: #FFB364;
}
</style>
background-color css
<style>
a { background-color: #FFB364; }
a { background-color: rgb(255,179,100); }
div.DivClassName
{
background-color: #FFB364;
}
.BgClassName
{
background-color: #FFB364;
}
</style>
border-color css
<style>
span { border-color: #FFB364; }
span { border-color: rgb(255,179,100); }
td.TdClassName
{
border-color: #FFB364;
}
.TagClassName
{
border-color: #FFB364;
}
</style>