Shades of Koromiko #FEBA4D
Tints of Koromiko #FEBA4D
RGB
CMYK
RGB Variations
Color information
#FEBA4D (or 0xFEBA4D) is known color: Koromiko. HEX triplet: FE, BA and 4D. RGB value is (254,186,77). Sum of RGB (Red+Green+Blue) = 254+186+77=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBA4D is #0145B2. Grayscale: #C2C2C2. Windows color (decimal): -83379 or 5094142. OLE color: 5094142.
HSL color Cylindrical-coordinate representation of color #FEBA4D: hue angle of 36.95º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEBA4D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 77 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.00 |
| HSL | 36.95º | 0.99% | 0.65% | - |
| HSV(B) | 36.95º | 0.7% | 1% | - |
| XYZ | 59.77 | 56.72 | 14.82 | - |
| YUV | 193.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 77 | 0 | 0.27 | 0.70 | 0.00 | 36.95 | 0.99 | 0.65 |
| Hex | FE | BA | 4D | 0 | 1B | 46 | 0 | 25 | 63 | 41 |
| Octal | 376 | 272 | 115 | 0 | 33 | 106 | 0 | 45 | 143 | 101 |
| Binary | 11111110 | 10111010 | 1001101 | 0 | 11011 | 1000110 | 0 | 100101 | 1100011 | 1000001 |
Color Harmonies of #FEBA4D
Complementary color
Monochromatic Colors of #FEBA4D
Black with #FEBA4D
Text Example
Text Example
White with #FEBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA4D; }
p { color: rgb(254,186,77); }
H1.HeaderClassName
{
color: #FEBA4D;
}
.AnyTagClassName
{
color: #FEBA4D;
}
</style>
background-color css
<style>
a { background-color: #FEBA4D; }
a { background-color: rgb(254,186,77); }
div.DivClassName
{
background-color: #FEBA4D;
}
.BgClassName
{
background-color: #FEBA4D;
}
</style>
border-color css
<style>
span { border-color: #FEBA4D; }
span { border-color: rgb(254,186,77); }
td.TdClassName
{
border-color: #FEBA4D;
}
.TagClassName
{
border-color: #FEBA4D;
}
</style>