Shades of Rajah #FEBC63
Tints of Rajah #FEBC63
RGB
CMYK
RGB Variations
Color information
#FEBC63 (or 0xFEBC63) is known color: Rajah. HEX triplet: FE, BC and 63. RGB value is (254,188,99). Sum of RGB (Red+Green+Blue) = 254+188+99=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC63 is #01439C. Grayscale: #C6C6C6. Windows color (decimal): -82845 or 6536446. OLE color: 6536446.
HSL color Cylindrical-coordinate representation of color #FEBC63: hue angle of 34.45º 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 #FEBC63 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 99 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.00 |
| HSL | 34.45º | 0.99% | 0.69% | - |
| HSV(B) | 34.45º | 0.61% | 1% | - |
| XYZ | 61.11 | 57.94 | 19.77 | - |
| YUV | 197.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 99 | 0 | 0.26 | 0.61 | 0.00 | 34.45 | 0.99 | 0.69 |
| Hex | FE | BC | 63 | 0 | 1A | 3D | 0 | 22 | 63 | 45 |
| Octal | 376 | 274 | 143 | 0 | 32 | 75 | 0 | 42 | 143 | 105 |
| Binary | 11111110 | 10111100 | 1100011 | 0 | 11010 | 111101 | 0 | 100010 | 1100011 | 1000101 |
Color Harmonies of #FEBC63
Complementary color
Monochromatic Colors of #FEBC63
Black with #FEBC63
Text Example
Text Example
White with #FEBC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC63; }
p { color: rgb(254,188,99); }
H1.HeaderClassName
{
color: #FEBC63;
}
.AnyTagClassName
{
color: #FEBC63;
}
</style>
background-color css
<style>
a { background-color: #FEBC63; }
a { background-color: rgb(254,188,99); }
div.DivClassName
{
background-color: #FEBC63;
}
.BgClassName
{
background-color: #FEBC63;
}
</style>
border-color css
<style>
span { border-color: #FEBC63; }
span { border-color: rgb(254,188,99); }
td.TdClassName
{
border-color: #FEBC63;
}
.TagClassName
{
border-color: #FEBC63;
}
</style>