Shades of Koromiko #FEB556
Tints of Koromiko #FEB556
RGB
CMYK
RGB Variations
Color information
#FEB556 (or 0xFEB556) is known color: Koromiko. HEX triplet: FE, B5 and 56. RGB value is (254,181,86). Sum of RGB (Red+Green+Blue) = 254+181+86=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB556 is #014AA9. Grayscale: #C0C0C0. Windows color (decimal): -84650 or 5682686. OLE color: 5682686.
HSL color Cylindrical-coordinate representation of color #FEB556: hue angle of 33.93º 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 #FEB556 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 181 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.00 |
| HSL | 33.93º | 0.99% | 0.67% | - |
| HSV(B) | 33.93º | 0.66% | 1% | - |
| XYZ | 59.08 | 54.79 | 16.27 | - |
| YUV | 192 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 181 | 86 | 0 | 0.29 | 0.66 | 0.00 | 33.93 | 0.99 | 0.67 |
| Hex | FE | B5 | 56 | 0 | 1D | 42 | 0 | 22 | 63 | 43 |
| Octal | 376 | 265 | 126 | 0 | 35 | 102 | 0 | 42 | 143 | 103 |
| Binary | 11111110 | 10110101 | 1010110 | 0 | 11101 | 1000010 | 0 | 100010 | 1100011 | 1000011 |
Color Harmonies of #FEB556
Complementary color
Monochromatic Colors of #FEB556
Black with #FEB556
Text Example
Text Example
White with #FEB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB556; }
p { color: rgb(254,181,86); }
H1.HeaderClassName
{
color: #FEB556;
}
.AnyTagClassName
{
color: #FEB556;
}
</style>
background-color css
<style>
a { background-color: #FEB556; }
a { background-color: rgb(254,181,86); }
div.DivClassName
{
background-color: #FEB556;
}
.BgClassName
{
background-color: #FEB556;
}
</style>
border-color css
<style>
span { border-color: #FEB556; }
span { border-color: rgb(254,181,86); }
td.TdClassName
{
border-color: #FEB556;
}
.TagClassName
{
border-color: #FEB556;
}
</style>