Shades of Rajah #FEBA64
Tints of Rajah #FEBA64
RGB
CMYK
RGB Variations
Color information
#FEBA64 (or 0xFEBA64) is known color: Rajah. HEX triplet: FE, BA and 64. RGB value is (254,186,100). Sum of RGB (Red+Green+Blue) = 254+186+100=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA64 is #01459B. Grayscale: #C4C4C4. Windows color (decimal): -83356 or 6601470. OLE color: 6601470.
HSL color Cylindrical-coordinate representation of color #FEBA64: hue angle of 33.51º 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 #FEBA64 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 100 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.00 |
| HSL | 33.51º | 0.99% | 0.69% | - |
| HSV(B) | 33.51º | 0.61% | 1% | - |
| XYZ | 60.73 | 57.11 | 19.88 | - |
| YUV | 196.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 100 | 0 | 0.27 | 0.61 | 0.00 | 33.51 | 0.99 | 0.69 |
| Hex | FE | BA | 64 | 0 | 1B | 3D | 0 | 22 | 63 | 45 |
| Octal | 376 | 272 | 144 | 0 | 33 | 75 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111010 | 1100100 | 0 | 11011 | 111101 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBA64
Complementary color
Monochromatic Colors of #FEBA64
Black with #FEBA64
Text Example
Text Example
White with #FEBA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA64; }
p { color: rgb(254,186,100); }
H1.HeaderClassName
{
color: #FEBA64;
}
.AnyTagClassName
{
color: #FEBA64;
}
</style>
background-color css
<style>
a { background-color: #FEBA64; }
a { background-color: rgb(254,186,100); }
div.DivClassName
{
background-color: #FEBA64;
}
.BgClassName
{
background-color: #FEBA64;
}
</style>
border-color css
<style>
span { border-color: #FEBA64; }
span { border-color: rgb(254,186,100); }
td.TdClassName
{
border-color: #FEBA64;
}
.TagClassName
{
border-color: #FEBA64;
}
</style>