Shades of Rajah #FEB162
Tints of Rajah #FEB162
RGB
CMYK
RGB Variations
Color information
#FEB162 (or 0xFEB162) is known color: Rajah. HEX triplet: FE, B1 and 62. RGB value is (254,177,98). Sum of RGB (Red+Green+Blue) = 254+177+98=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 98 (38.67% from 255 or 18.53% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB162 is #014E9D. Grayscale: #BFBFBF. Windows color (decimal): -85662 or 6468094. OLE color: 6468094.
HSL color Cylindrical-coordinate representation of color #FEB162: hue angle of 30.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEB162 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 98 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.00 |
| HSL | 30.38º | 0.99% | 0.69% | - |
| HSV(B) | 30.38º | 0.61% | 1% | - |
| XYZ | 58.8 | 53.4 | 18.76 | - |
| YUV | 191.02 | 75.51 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 98 | 0 | 0.30 | 0.61 | 0.00 | 30.38 | 0.99 | 0.69 |
| Hex | FE | B1 | 62 | 0 | 1E | 3D | 0 | 1E | 63 | 45 |
| Octal | 376 | 261 | 142 | 0 | 36 | 75 | 0 | 36 | 143 | 105 |
| Binary | 11111110 | 10110001 | 1100010 | 0 | 11110 | 111101 | 0 | 11110 | 1100011 | 1000101 |
Color Harmonies of #FEB162
Complementary color
Monochromatic Colors of #FEB162
Black with #FEB162
Text Example
Text Example
White with #FEB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB162; }
p { color: rgb(254,177,98); }
H1.HeaderClassName
{
color: #FEB162;
}
.AnyTagClassName
{
color: #FEB162;
}
</style>
background-color css
<style>
a { background-color: #FEB162; }
a { background-color: rgb(254,177,98); }
div.DivClassName
{
background-color: #FEB162;
}
.BgClassName
{
background-color: #FEB162;
}
</style>
border-color css
<style>
span { border-color: #FEB162; }
span { border-color: rgb(254,177,98); }
td.TdClassName
{
border-color: #FEB162;
}
.TagClassName
{
border-color: #FEB162;
}
</style>