Shades of Koromiko #FEBA4E
Tints of Koromiko #FEBA4E
RGB
CMYK
RGB Variations
Color information
#FEBA4E (or 0xFEBA4E) is known color: Koromiko. HEX triplet: FE, BA and 4E. RGB value is (254,186,78). Sum of RGB (Red+Green+Blue) = 254+186+78=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA4E is #0145B1. Grayscale: #C2C2C2. Windows color (decimal): -83378 or 5159678. OLE color: 5159678.
HSL color Cylindrical-coordinate representation of color #FEBA4E: hue angle of 36.82º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEBA4E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 78 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.00 |
| HSL | 36.82º | 0.99% | 0.65% | - |
| HSV(B) | 36.82º | 0.69% | 1% | - |
| XYZ | 59.81 | 56.74 | 15.01 | - |
| YUV | 194.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 78 | 0 | 0.27 | 0.69 | 0.00 | 36.82 | 0.99 | 0.65 |
| Hex | FE | BA | 4E | 0 | 1B | 45 | 0 | 25 | 63 | 41 |
| Octal | 376 | 272 | 116 | 0 | 33 | 105 | 0 | 45 | 143 | 101 |
| Binary | 11111110 | 10111010 | 1001110 | 0 | 11011 | 1000101 | 0 | 100101 | 1100011 | 1000001 |
Color Harmonies of #FEBA4E
Complementary color
Monochromatic Colors of #FEBA4E
Black with #FEBA4E
Text Example
Text Example
White with #FEBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA4E; }
p { color: rgb(254,186,78); }
H1.HeaderClassName
{
color: #FEBA4E;
}
.AnyTagClassName
{
color: #FEBA4E;
}
</style>
background-color css
<style>
a { background-color: #FEBA4E; }
a { background-color: rgb(254,186,78); }
div.DivClassName
{
background-color: #FEBA4E;
}
.BgClassName
{
background-color: #FEBA4E;
}
</style>
border-color css
<style>
span { border-color: #FEBA4E; }
span { border-color: rgb(254,186,78); }
td.TdClassName
{
border-color: #FEBA4E;
}
.TagClassName
{
border-color: #FEBA4E;
}
</style>