Shades of Rajah #FFB362
Tints of Rajah #FFB362
RGB
CMYK
RGB Variations
Color information
#FFB362 (or 0xFFB362) is known color: Rajah. HEX triplet: FF, B3 and 62. RGB value is (255,179,98). Sum of RGB (Red+Green+Blue) = 255+179+98=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB362 is #004C9D. Grayscale: #C0C0C0. Windows color (decimal): -19614 or 6468607. OLE color: 6468607.
HSL color Cylindrical-coordinate representation of color #FFB362: hue angle of 30.96º 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 #FFB362 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 98 | - |
| CMYK | 0 | 0.30 | 0.62 | 0 |
| HSL | 30.96º | 1% | 0.69% | - |
| HSV(B) | 30.96º | 0.62% | 1% | - |
| XYZ | 59.56 | 54.38 | 18.91 | - |
| YUV | 192.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 98 | 0 | 0.30 | 0.62 | 0 | 30.96 | 1 | 0.69 |
| Hex | FF | B3 | 62 | 0 | 1E | 3E | 0 | 1F | 64 | 45 |
| Octal | 377 | 263 | 142 | 0 | 36 | 76 | 0 | 37 | 144 | 105 |
| Binary | 11111111 | 10110011 | 1100010 | 0 | 11110 | 111110 | 0 | 11111 | 1100100 | 1000101 |
Color Harmonies of #FFB362
Complementary color
Monochromatic Colors of #FFB362
Black with #FFB362
Text Example
Text Example
White with #FFB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB362; }
p { color: rgb(255,179,98); }
H1.HeaderClassName
{
color: #FFB362;
}
.AnyTagClassName
{
color: #FFB362;
}
</style>
background-color css
<style>
a { background-color: #FFB362; }
a { background-color: rgb(255,179,98); }
div.DivClassName
{
background-color: #FFB362;
}
.BgClassName
{
background-color: #FFB362;
}
</style>
border-color css
<style>
span { border-color: #FFB362; }
span { border-color: rgb(255,179,98); }
td.TdClassName
{
border-color: #FFB362;
}
.TagClassName
{
border-color: #FFB362;
}
</style>