Shades of Rajah #FEBA62
Tints of Rajah #FEBA62
RGB
CMYK
RGB Variations
Color information
#FEBA62 (or 0xFEBA62) is known color: Rajah. HEX triplet: FE, BA and 62. RGB value is (254,186,98). Sum of RGB (Red+Green+Blue) = 254+186+98=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA62 is #01459D. Grayscale: #C4C4C4. Windows color (decimal): -83358 or 6470398. OLE color: 6470398.
HSL color Cylindrical-coordinate representation of color #FEBA62: hue angle of 33.85º 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 #FEBA62 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 98 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.00 |
| HSL | 33.85º | 0.99% | 0.69% | - |
| HSV(B) | 33.85º | 0.61% | 1% | - |
| XYZ | 60.64 | 57.07 | 19.38 | - |
| YUV | 196.3 | 72.53 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 98 | 0 | 0.27 | 0.61 | 0.00 | 33.85 | 0.99 | 0.69 |
| Hex | FE | BA | 62 | 0 | 1B | 3D | 0 | 22 | 63 | 45 |
| Octal | 376 | 272 | 142 | 0 | 33 | 75 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111010 | 1100010 | 0 | 11011 | 111101 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBA62
Complementary color
Monochromatic Colors of #FEBA62
Black with #FEBA62
Text Example
Text Example
White with #FEBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA62; }
p { color: rgb(254,186,98); }
H1.HeaderClassName
{
color: #FEBA62;
}
.AnyTagClassName
{
color: #FEBA62;
}
</style>
background-color css
<style>
a { background-color: #FEBA62; }
a { background-color: rgb(254,186,98); }
div.DivClassName
{
background-color: #FEBA62;
}
.BgClassName
{
background-color: #FEBA62;
}
</style>
border-color css
<style>
span { border-color: #FEBA62; }
span { border-color: rgb(254,186,98); }
td.TdClassName
{
border-color: #FEBA62;
}
.TagClassName
{
border-color: #FEBA62;
}
</style>