Shades of Koromiko #FEB14C
Tints of Koromiko #FEB14C
RGB
CMYK
RGB Variations
Color information
#FEB14C (or 0xFEB14C) is known color: Koromiko. HEX triplet: FE, B1 and 4C. RGB value is (254,177,76). Sum of RGB (Red+Green+Blue) = 254+177+76=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB14C is #014EB3. Grayscale: #BCBCBC. Windows color (decimal): -85684 or 5026302. OLE color: 5026302.
HSL color Cylindrical-coordinate representation of color #FEB14C: hue angle of 34.04º 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 #FEB14C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 177 | 76 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.00 |
| HSL | 34.04º | 0.99% | 0.65% | - |
| HSV(B) | 34.04º | 0.7% | 1% | - |
| XYZ | 57.9 | 53.04 | 14.02 | - |
| YUV | 188.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 177 | 76 | 0 | 0.30 | 0.70 | 0.00 | 34.04 | 0.99 | 0.65 |
| Hex | FE | B1 | 4C | 0 | 1E | 46 | 0 | 22 | 63 | 41 |
| Octal | 376 | 261 | 114 | 0 | 36 | 106 | 0 | 42 | 143 | 101 |
| Binary | 11111110 | 10110001 | 1001100 | 0 | 11110 | 1000110 | 0 | 100010 | 1100011 | 1000001 |
Color Harmonies of #FEB14C
Complementary color
Monochromatic Colors of #FEB14C
Black with #FEB14C
Text Example
Text Example
White with #FEB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB14C; }
p { color: rgb(254,177,76); }
H1.HeaderClassName
{
color: #FEB14C;
}
.AnyTagClassName
{
color: #FEB14C;
}
</style>
background-color css
<style>
a { background-color: #FEB14C; }
a { background-color: rgb(254,177,76); }
div.DivClassName
{
background-color: #FEB14C;
}
.BgClassName
{
background-color: #FEB14C;
}
</style>
border-color css
<style>
span { border-color: #FEB14C; }
span { border-color: rgb(254,177,76); }
td.TdClassName
{
border-color: #FEB14C;
}
.TagClassName
{
border-color: #FEB14C;
}
</style>