Shades of Rajah #FEBA60
Tints of Rajah #FEBA60
RGB
CMYK
RGB Variations
Color information
#FEBA60 (or 0xFEBA60) is known color: Rajah. HEX triplet: FE, BA and 60. RGB value is (254,186,96). Sum of RGB (Red+Green+Blue) = 254+186+96=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA60 is #01459F. Grayscale: #C4C4C4. Windows color (decimal): -83360 or 6339326. OLE color: 6339326.
HSL color Cylindrical-coordinate representation of color #FEBA60: hue angle of 34.18º 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 #FEBA60 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 96 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.00 |
| HSL | 34.18º | 0.99% | 0.69% | - |
| HSV(B) | 34.18º | 0.62% | 1% | - |
| XYZ | 60.54 | 57.03 | 18.88 | - |
| YUV | 196.07 | 71.53 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 96 | 0 | 0.27 | 0.62 | 0.00 | 34.18 | 0.99 | 0.69 |
| Hex | FE | BA | 60 | 0 | 1B | 3E | 0 | 22 | 63 | 45 |
| Octal | 376 | 272 | 140 | 0 | 33 | 76 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111010 | 1100000 | 0 | 11011 | 111110 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBA60
Complementary color
Monochromatic Colors of #FEBA60
Black with #FEBA60
Text Example
Text Example
White with #FEBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA60; }
p { color: rgb(254,186,96); }
H1.HeaderClassName
{
color: #FEBA60;
}
.AnyTagClassName
{
color: #FEBA60;
}
</style>
background-color css
<style>
a { background-color: #FEBA60; }
a { background-color: rgb(254,186,96); }
div.DivClassName
{
background-color: #FEBA60;
}
.BgClassName
{
background-color: #FEBA60;
}
</style>
border-color css
<style>
span { border-color: #FEBA60; }
span { border-color: rgb(254,186,96); }
td.TdClassName
{
border-color: #FEBA60;
}
.TagClassName
{
border-color: #FEBA60;
}
</style>