Shades of Koromiko #FFB756
Tints of Koromiko #FFB756
RGB
CMYK
RGB Variations
Color information
#FFB756 (or 0xFFB756) is known color: Koromiko. HEX triplet: FF, B7 and 56. RGB value is (255,183,86). Sum of RGB (Red+Green+Blue) = 255+183+86=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB756 is #0048A9. Grayscale: #C1C1C1. Windows color (decimal): -18602 or 5683199. OLE color: 5683199.
HSL color Cylindrical-coordinate representation of color #FFB756: hue angle of 34.44º 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 #FFB756 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 86 | - |
| CMYK | 0 | 0.28 | 0.66 | 0 |
| HSL | 34.44º | 1% | 0.67% | - |
| HSV(B) | 34.44º | 0.66% | 1% | - |
| XYZ | 59.85 | 55.8 | 16.42 | - |
| YUV | 193.47 | 67.35 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 86 | 0 | 0.28 | 0.66 | 0 | 34.44 | 1 | 0.67 |
| Hex | FF | B7 | 56 | 0 | 1C | 42 | 0 | 22 | 64 | 43 |
| Octal | 377 | 267 | 126 | 0 | 34 | 102 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110111 | 1010110 | 0 | 11100 | 1000010 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB756
Complementary color
Monochromatic Colors of #FFB756
Black with #FFB756
Text Example
Text Example
White with #FFB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB756; }
p { color: rgb(255,183,86); }
H1.HeaderClassName
{
color: #FFB756;
}
.AnyTagClassName
{
color: #FFB756;
}
</style>
background-color css
<style>
a { background-color: #FFB756; }
a { background-color: rgb(255,183,86); }
div.DivClassName
{
background-color: #FFB756;
}
.BgClassName
{
background-color: #FFB756;
}
</style>
border-color css
<style>
span { border-color: #FFB756; }
span { border-color: rgb(255,183,86); }
td.TdClassName
{
border-color: #FFB756;
}
.TagClassName
{
border-color: #FFB756;
}
</style>