Shades of Rajah #FFB367
Tints of Rajah #FFB367
RGB
CMYK
RGB Variations
Color information
#FFB367 (or 0xFFB367) is known color: Rajah. HEX triplet: FF, B3 and 67. RGB value is (255,179,103). Sum of RGB (Red+Green+Blue) = 255+179+103=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB367 is #004C98. Grayscale: #C1C1C1. Windows color (decimal): -19609 or 6796287. OLE color: 6796287.
HSL color Cylindrical-coordinate representation of color #FFB367: hue angle of 30º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB367 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 103 | - |
| CMYK | 0 | 0.30 | 0.60 | 0 |
| HSL | 30º | 1% | 0.7% | - |
| HSV(B) | 30º | 0.6% | 1% | - |
| XYZ | 59.81 | 54.48 | 20.2 | - |
| YUV | 193.06 | 77.18 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 103 | 0 | 0.30 | 0.60 | 0 | 30 | 1 | 0.7 |
| Hex | FF | B3 | 67 | 0 | 1E | 3C | 0 | 1E | 64 | 46 |
| Octal | 377 | 263 | 147 | 0 | 36 | 74 | 0 | 36 | 144 | 106 |
| Binary | 11111111 | 10110011 | 1100111 | 0 | 11110 | 111100 | 0 | 11110 | 1100100 | 1000110 |
Color Harmonies of #FFB367
Complementary color
Monochromatic Colors of #FFB367
Black with #FFB367
Text Example
Text Example
White with #FFB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB367; }
p { color: rgb(255,179,103); }
H1.HeaderClassName
{
color: #FFB367;
}
.AnyTagClassName
{
color: #FFB367;
}
</style>
background-color css
<style>
a { background-color: #FFB367; }
a { background-color: rgb(255,179,103); }
div.DivClassName
{
background-color: #FFB367;
}
.BgClassName
{
background-color: #FFB367;
}
</style>
border-color css
<style>
span { border-color: #FFB367; }
span { border-color: rgb(255,179,103); }
td.TdClassName
{
border-color: #FFB367;
}
.TagClassName
{
border-color: #FFB367;
}
</style>