Shades of Koromiko #FEB657
Tints of Koromiko #FEB657
RGB
CMYK
RGB Variations
Color information
#FEB657 (or 0xFEB657) is known color: Koromiko. HEX triplet: FE, B6 and 57. RGB value is (254,182,87). Sum of RGB (Red+Green+Blue) = 254+182+87=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB657 is #0149A8. Grayscale: #C1C1C1. Windows color (decimal): -84393 or 5748478. OLE color: 5748478.
HSL color Cylindrical-coordinate representation of color #FEB657: hue angle of 34.13º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEB657 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 87 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.00 |
| HSL | 34.13º | 0.99% | 0.67% | - |
| HSV(B) | 34.13º | 0.66% | 1% | - |
| XYZ | 59.32 | 55.21 | 16.55 | - |
| YUV | 192.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 87 | 0 | 0.28 | 0.66 | 0.00 | 34.13 | 0.99 | 0.67 |
| Hex | FE | B6 | 57 | 0 | 1C | 42 | 0 | 22 | 63 | 43 |
| Octal | 376 | 266 | 127 | 0 | 34 | 102 | 0 | 42 | 143 | 103 |
| Binary | 11111110 | 10110110 | 1010111 | 0 | 11100 | 1000010 | 0 | 100010 | 1100011 | 1000011 |
Color Harmonies of #FEB657
Complementary color
Monochromatic Colors of #FEB657
Black with #FEB657
Text Example
Text Example
White with #FEB657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB657; }
p { color: rgb(254,182,87); }
H1.HeaderClassName
{
color: #FEB657;
}
.AnyTagClassName
{
color: #FEB657;
}
</style>
background-color css
<style>
a { background-color: #FEB657; }
a { background-color: rgb(254,182,87); }
div.DivClassName
{
background-color: #FEB657;
}
.BgClassName
{
background-color: #FEB657;
}
</style>
border-color css
<style>
span { border-color: #FEB657; }
span { border-color: rgb(254,182,87); }
td.TdClassName
{
border-color: #FEB657;
}
.TagClassName
{
border-color: #FEB657;
}
</style>