Shades of Koromiko #FEBA4C
Tints of Koromiko #FEBA4C
RGB
CMYK
RGB Variations
Color information
#FEBA4C (or 0xFEBA4C) is known color: Koromiko. HEX triplet: FE, BA and 4C. RGB value is (254,186,76). Sum of RGB (Red+Green+Blue) = 254+186+76=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBA4C is #0145B3. Grayscale: #C2C2C2. Windows color (decimal): -83380 or 5028606. OLE color: 5028606.
HSL color Cylindrical-coordinate representation of color #FEBA4C: hue angle of 37.08º 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 #FEBA4C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 186 | 76 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.00 |
| HSL | 37.08º | 0.99% | 0.65% | - |
| HSV(B) | 37.08º | 0.7% | 1% | - |
| XYZ | 59.74 | 56.71 | 14.64 | - |
| YUV | 193.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 186 | 76 | 0 | 0.27 | 0.70 | 0.00 | 37.08 | 0.99 | 0.65 |
| Hex | FE | BA | 4C | 0 | 1B | 46 | 0 | 25 | 63 | 41 |
| Octal | 376 | 272 | 114 | 0 | 33 | 106 | 0 | 45 | 143 | 101 |
| Binary | 11111110 | 10111010 | 1001100 | 0 | 11011 | 1000110 | 0 | 100101 | 1100011 | 1000001 |
Color Harmonies of #FEBA4C
Complementary color
Monochromatic Colors of #FEBA4C
Black with #FEBA4C
Text Example
Text Example
White with #FEBA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBA4C; }
p { color: rgb(254,186,76); }
H1.HeaderClassName
{
color: #FEBA4C;
}
.AnyTagClassName
{
color: #FEBA4C;
}
</style>
background-color css
<style>
a { background-color: #FEBA4C; }
a { background-color: rgb(254,186,76); }
div.DivClassName
{
background-color: #FEBA4C;
}
.BgClassName
{
background-color: #FEBA4C;
}
</style>
border-color css
<style>
span { border-color: #FEBA4C; }
span { border-color: rgb(254,186,76); }
td.TdClassName
{
border-color: #FEBA4C;
}
.TagClassName
{
border-color: #FEBA4C;
}
</style>