Shades of Koromiko #FFB556
Tints of Koromiko #FFB556
RGB
CMYK
RGB Variations
Color information
#FFB556 (or 0xFFB556) is known color: Koromiko. HEX triplet: FF, B5 and 56. RGB value is (255,181,86). Sum of RGB (Red+Green+Blue) = 255+181+86=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB556 is #004AA9. Grayscale: #C0C0C0. Windows color (decimal): -19114 or 5682687. OLE color: 5682687.
HSL color Cylindrical-coordinate representation of color #FFB556: hue angle of 33.73º 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 #FFB556 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 86 | - |
| CMYK | 0 | 0.29 | 0.66 | 0 |
| HSL | 33.73º | 1% | 0.67% | - |
| HSV(B) | 33.73º | 0.66% | 1% | - |
| XYZ | 59.44 | 54.98 | 16.28 | - |
| YUV | 192.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 86 | 0 | 0.29 | 0.66 | 0 | 33.73 | 1 | 0.67 |
| Hex | FF | B5 | 56 | 0 | 1D | 42 | 0 | 22 | 64 | 43 |
| Octal | 377 | 265 | 126 | 0 | 35 | 102 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110101 | 1010110 | 0 | 11101 | 1000010 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB556
Complementary color
Monochromatic Colors of #FFB556
Black with #FFB556
Text Example
Text Example
White with #FFB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB556; }
p { color: rgb(255,181,86); }
H1.HeaderClassName
{
color: #FFB556;
}
.AnyTagClassName
{
color: #FFB556;
}
</style>
background-color css
<style>
a { background-color: #FFB556; }
a { background-color: rgb(255,181,86); }
div.DivClassName
{
background-color: #FFB556;
}
.BgClassName
{
background-color: #FFB556;
}
</style>
border-color css
<style>
span { border-color: #FFB556; }
span { border-color: rgb(255,181,86); }
td.TdClassName
{
border-color: #FFB556;
}
.TagClassName
{
border-color: #FFB556;
}
</style>