Shades of Rajah #FEB160
Tints of Rajah #FEB160
RGB
CMYK
RGB Variations
Color information
#FEB160 (or 0xFEB160) is known color: Rajah. HEX triplet: FE, B1 and 60. RGB value is (254,177,96). Sum of RGB (Red+Green+Blue) = 254+177+96=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB160 is #014E9F. Grayscale: #BFBFBF. Windows color (decimal): -85664 or 6337022. OLE color: 6337022.
HSL color Cylindrical-coordinate representation of color #FEB160: hue angle of 30.76º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEB160 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 96 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.00 |
| HSL | 30.76º | 0.99% | 0.69% | - |
| HSV(B) | 30.76º | 0.62% | 1% | - |
| XYZ | 58.71 | 53.36 | 18.27 | - |
| YUV | 190.79 | 74.51 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 96 | 0 | 0.30 | 0.62 | 0.00 | 30.76 | 0.99 | 0.69 |
| Hex | FE | B1 | 60 | 0 | 1E | 3E | 0 | 1F | 63 | 45 |
| Octal | 376 | 261 | 140 | 0 | 36 | 76 | 0 | 37 | 143 | 105 |
| Binary | 11111110 | 10110001 | 1100000 | 0 | 11110 | 111110 | 0 | 11111 | 1100011 | 1000101 |
Color Harmonies of #FEB160
Complementary color
Monochromatic Colors of #FEB160
Black with #FEB160
Text Example
Text Example
White with #FEB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB160; }
p { color: rgb(254,177,96); }
H1.HeaderClassName
{
color: #FEB160;
}
.AnyTagClassName
{
color: #FEB160;
}
</style>
background-color css
<style>
a { background-color: #FEB160; }
a { background-color: rgb(254,177,96); }
div.DivClassName
{
background-color: #FEB160;
}
.BgClassName
{
background-color: #FEB160;
}
</style>
border-color css
<style>
span { border-color: #FEB160; }
span { border-color: rgb(254,177,96); }
td.TdClassName
{
border-color: #FEB160;
}
.TagClassName
{
border-color: #FEB160;
}
</style>