Shades of Koromiko #FEB44D
Tints of Koromiko #FEB44D
RGB
CMYK
RGB Variations
Color information
#FEB44D (or 0xFEB44D) is known color: Koromiko. HEX triplet: FE, B4 and 4D. RGB value is (254,180,77). Sum of RGB (Red+Green+Blue) = 254+180+77=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB44D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB44D is #014BB2. Grayscale: #BEBEBE. Windows color (decimal): -84915 or 5092606. OLE color: 5092606.
HSL color Cylindrical-coordinate representation of color #FEB44D: hue angle of 34.92º 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 #FEB44D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 77 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.00 |
| HSL | 34.92º | 0.99% | 0.65% | - |
| HSV(B) | 34.92º | 0.7% | 1% | - |
| XYZ | 58.53 | 54.25 | 14.41 | - |
| YUV | 190.38 | 64.02 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 77 | 0 | 0.29 | 0.70 | 0.00 | 34.92 | 0.99 | 0.65 |
| Hex | FE | B4 | 4D | 0 | 1D | 46 | 0 | 23 | 63 | 41 |
| Octal | 376 | 264 | 115 | 0 | 35 | 106 | 0 | 43 | 143 | 101 |
| Binary | 11111110 | 10110100 | 1001101 | 0 | 11101 | 1000110 | 0 | 100011 | 1100011 | 1000001 |
Color Harmonies of #FEB44D
Complementary color
Monochromatic Colors of #FEB44D
Black with #FEB44D
Text Example
Text Example
White with #FEB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB44D; }
p { color: rgb(254,180,77); }
H1.HeaderClassName
{
color: #FEB44D;
}
.AnyTagClassName
{
color: #FEB44D;
}
</style>
background-color css
<style>
a { background-color: #FEB44D; }
a { background-color: rgb(254,180,77); }
div.DivClassName
{
background-color: #FEB44D;
}
.BgClassName
{
background-color: #FEB44D;
}
</style>
border-color css
<style>
span { border-color: #FEB44D; }
span { border-color: rgb(254,180,77); }
td.TdClassName
{
border-color: #FEB44D;
}
.TagClassName
{
border-color: #FEB44D;
}
</style>