Shades of Koromiko #FEB94D
Tints of Koromiko #FEB94D
RGB
CMYK
RGB Variations
Color information
#FEB94D (or 0xFEB94D) is known color: Koromiko. HEX triplet: FE, B9 and 4D. RGB value is (254,185,77). Sum of RGB (Red+Green+Blue) = 254+185+77=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB94D is #0146B2. Grayscale: #C1C1C1. Windows color (decimal): -83635 or 5093886. OLE color: 5093886.
HSL color Cylindrical-coordinate representation of color #FEB94D: hue angle of 36.61º 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 #FEB94D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 77 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.00 |
| HSL | 36.61º | 0.99% | 0.65% | - |
| HSV(B) | 36.61º | 0.7% | 1% | - |
| XYZ | 59.56 | 56.3 | 14.75 | - |
| YUV | 193.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 77 | 0 | 0.27 | 0.70 | 0.00 | 36.61 | 0.99 | 0.65 |
| Hex | FE | B9 | 4D | 0 | 1B | 46 | 0 | 25 | 63 | 41 |
| Octal | 376 | 271 | 115 | 0 | 33 | 106 | 0 | 45 | 143 | 101 |
| Binary | 11111110 | 10111001 | 1001101 | 0 | 11011 | 1000110 | 0 | 100101 | 1100011 | 1000001 |
Color Harmonies of #FEB94D
Complementary color
Monochromatic Colors of #FEB94D
Black with #FEB94D
Text Example
Text Example
White with #FEB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB94D; }
p { color: rgb(254,185,77); }
H1.HeaderClassName
{
color: #FEB94D;
}
.AnyTagClassName
{
color: #FEB94D;
}
</style>
background-color css
<style>
a { background-color: #FEB94D; }
a { background-color: rgb(254,185,77); }
div.DivClassName
{
background-color: #FEB94D;
}
.BgClassName
{
background-color: #FEB94D;
}
</style>
border-color css
<style>
span { border-color: #FEB94D; }
span { border-color: rgb(254,185,77); }
td.TdClassName
{
border-color: #FEB94D;
}
.TagClassName
{
border-color: #FEB94D;
}
</style>