Shades of Rajah #F5B162
Tints of Rajah #F5B162
RGB
CMYK
RGB Variations
Color information
#F5B162 (or 0xF5B162) is known color: Rajah. HEX triplet: F5, B1 and 62. RGB value is (245,177,98). Sum of RGB (Red+Green+Blue) = 245+177+98=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B162 is #0A4E9D. Grayscale: #BCBCBC. Windows color (decimal): -675486 or 6468085. OLE color: 6468085.
HSL color Cylindrical-coordinate representation of color #F5B162: hue angle of 32.24º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5B162 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 177 | 98 | - |
| CMYK | 0 | 0.28 | 0.6 | 0.04 |
| HSL | 32.24º | 0.88% | 0.67% | - |
| HSV(B) | 32.24º | 0.6% | 0.96% | - |
| XYZ | 55.58 | 51.74 | 18.61 | - |
| YUV | 188.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 177 | 98 | 0 | 0.28 | 0.6 | 0.04 | 32.24 | 0.88 | 0.67 |
| Hex | F5 | B1 | 62 | 0 | 1C | 3C | 4 | 20 | 58 | 43 |
| Octal | 365 | 261 | 142 | 0 | 34 | 74 | 4 | 40 | 130 | 103 |
| Binary | 11110101 | 10110001 | 1100010 | 0 | 11100 | 111100 | 100 | 100000 | 1011000 | 1000011 |
Color Harmonies of #F5B162
Complementary color
Monochromatic Colors of #F5B162
Black with #F5B162
Text Example
Text Example
White with #F5B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B162; }
p { color: rgb(245,177,98); }
H1.HeaderClassName
{
color: #F5B162;
}
.AnyTagClassName
{
color: #F5B162;
}
</style>
background-color css
<style>
a { background-color: #F5B162; }
a { background-color: rgb(245,177,98); }
div.DivClassName
{
background-color: #F5B162;
}
.BgClassName
{
background-color: #F5B162;
}
</style>
border-color css
<style>
span { border-color: #F5B162; }
span { border-color: rgb(245,177,98); }
td.TdClassName
{
border-color: #F5B162;
}
.TagClassName
{
border-color: #F5B162;
}
</style>