Shades of Koromiko #FFB656
Tints of Koromiko #FFB656
RGB
CMYK
RGB Variations
Color information
#FFB656 (or 0xFFB656) is known color: Koromiko. HEX triplet: FF, B6 and 56. RGB value is (255,182,86). Sum of RGB (Red+Green+Blue) = 255+182+86=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB656 is #0049A9. Grayscale: #C1C1C1. Windows color (decimal): -18858 or 5682943. OLE color: 5682943.
HSL color Cylindrical-coordinate representation of color #FFB656: hue angle of 34.08º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFB656 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0 |
| HSL | 34.08º | 1% | 0.67% | - |
| HSV(B) | 34.08º | 0.66% | 1% | - |
| XYZ | 59.65 | 55.39 | 16.35 | - |
| YUV | 192.88 | 67.68 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 86 | 0 | 0.29 | 0.66 | 0 | 34.08 | 1 | 0.67 |
| Hex | FF | B6 | 56 | 0 | 1D | 42 | 0 | 22 | 64 | 43 |
| Octal | 377 | 266 | 126 | 0 | 35 | 102 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110110 | 1010110 | 0 | 11101 | 1000010 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB656
Complementary color
Monochromatic Colors of #FFB656
Black with #FFB656
Text Example
Text Example
White with #FFB656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB656; }
p { color: rgb(255,182,86); }
H1.HeaderClassName
{
color: #FFB656;
}
.AnyTagClassName
{
color: #FFB656;
}
</style>
background-color css
<style>
a { background-color: #FFB656; }
a { background-color: rgb(255,182,86); }
div.DivClassName
{
background-color: #FFB656;
}
.BgClassName
{
background-color: #FFB656;
}
</style>
border-color css
<style>
span { border-color: #FFB656; }
span { border-color: rgb(255,182,86); }
td.TdClassName
{
border-color: #FFB656;
}
.TagClassName
{
border-color: #FFB656;
}
</style>