Shades of Koromiko #FFB856
Tints of Koromiko #FFB856
RGB
CMYK
RGB Variations
Color information
#FFB856 (or 0xFFB856) is known color: Koromiko. HEX triplet: FF, B8 and 56. RGB value is (255,184,86). Sum of RGB (Red+Green+Blue) = 255+184+86=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB856 is #0047A9. Grayscale: #C2C2C2. Windows color (decimal): -18346 or 5683455. OLE color: 5683455.
HSL color Cylindrical-coordinate representation of color #FFB856: hue angle of 34.79º 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 #FFB856 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 86 | - |
| CMYK | 0 | 0.28 | 0.66 | 0 |
| HSL | 34.79º | 1% | 0.67% | - |
| HSV(B) | 34.79º | 0.66% | 1% | - |
| XYZ | 60.06 | 56.21 | 16.49 | - |
| YUV | 194.06 | 67.02 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 86 | 0 | 0.28 | 0.66 | 0 | 34.79 | 1 | 0.67 |
| Hex | FF | B8 | 56 | 0 | 1C | 42 | 0 | 23 | 64 | 43 |
| Octal | 377 | 270 | 126 | 0 | 34 | 102 | 0 | 43 | 144 | 103 |
| Binary | 11111111 | 10111000 | 1010110 | 0 | 11100 | 1000010 | 0 | 100011 | 1100100 | 1000011 |
Color Harmonies of #FFB856
Complementary color
Monochromatic Colors of #FFB856
Black with #FFB856
Text Example
Text Example
White with #FFB856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB856; }
p { color: rgb(255,184,86); }
H1.HeaderClassName
{
color: #FFB856;
}
.AnyTagClassName
{
color: #FFB856;
}
</style>
background-color css
<style>
a { background-color: #FFB856; }
a { background-color: rgb(255,184,86); }
div.DivClassName
{
background-color: #FFB856;
}
.BgClassName
{
background-color: #FFB856;
}
</style>
border-color css
<style>
span { border-color: #FFB856; }
span { border-color: rgb(255,184,86); }
td.TdClassName
{
border-color: #FFB856;
}
.TagClassName
{
border-color: #FFB856;
}
</style>