Shades of Rajah #FEBA61
Tints of Rajah #FEBA61
RGB
CMYK
RGB Variations
Color information
#FEBA61 (or 0xFEBA61) is known color: Rajah. HEX triplet: FE, BA and 61. RGB value is (254,186,97). Sum of RGB (Red+Green+Blue) = 254+186+97=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA61 is #01459E. Grayscale: #C4C4C4. Windows color (decimal): -83359 or 6404862. OLE color: 6404862.
HSL color Cylindrical-coordinate representation of color #FEBA61: hue angle of 34.01º 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 #FEBA61 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 97 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.00 |
| HSL | 34.01º | 0.99% | 0.69% | - |
| HSV(B) | 34.01º | 0.62% | 1% | - |
| XYZ | 60.59 | 57.05 | 19.13 | - |
| YUV | 196.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 97 | 0 | 0.27 | 0.62 | 0.00 | 34.01 | 0.99 | 0.69 |
| Hex | FE | BA | 61 | 0 | 1B | 3E | 0 | 22 | 63 | 45 |
| Octal | 376 | 272 | 141 | 0 | 33 | 76 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111010 | 1100001 | 0 | 11011 | 111110 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBA61
Complementary color
Monochromatic Colors of #FEBA61
Black with #FEBA61
Text Example
Text Example
White with #FEBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA61; }
p { color: rgb(254,186,97); }
H1.HeaderClassName
{
color: #FEBA61;
}
.AnyTagClassName
{
color: #FEBA61;
}
</style>
background-color css
<style>
a { background-color: #FEBA61; }
a { background-color: rgb(254,186,97); }
div.DivClassName
{
background-color: #FEBA61;
}
.BgClassName
{
background-color: #FEBA61;
}
</style>
border-color css
<style>
span { border-color: #FEBA61; }
span { border-color: rgb(254,186,97); }
td.TdClassName
{
border-color: #FEBA61;
}
.TagClassName
{
border-color: #FEBA61;
}
</style>