Shades of Koromiko #FFB655
Tints of Koromiko #FFB655
RGB
CMYK
RGB Variations
Color information
#FFB655 (or 0xFFB655) is known color: Koromiko. HEX triplet: FF, B6 and 55. RGB value is (255,182,85). Sum of RGB (Red+Green+Blue) = 255+182+85=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB655 is #0049AA. Grayscale: #C1C1C1. Windows color (decimal): -18859 or 5617407. OLE color: 5617407.
HSL color Cylindrical-coordinate representation of color #FFB655: hue angle of 34.24º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB655 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 85 | - |
| CMYK | 0 | 0.29 | 0.67 | 0 |
| HSL | 34.24º | 1% | 0.67% | - |
| HSV(B) | 34.24º | 0.67% | 1% | - |
| XYZ | 59.61 | 55.37 | 16.14 | - |
| YUV | 192.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 85 | 0 | 0.29 | 0.67 | 0 | 34.24 | 1 | 0.67 |
| Hex | FF | B6 | 55 | 0 | 1D | 43 | 0 | 22 | 64 | 43 |
| Octal | 377 | 266 | 125 | 0 | 35 | 103 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110110 | 1010101 | 0 | 11101 | 1000011 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB655
Complementary color
Monochromatic Colors of #FFB655
Black with #FFB655
Text Example
Text Example
White with #FFB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB655; }
p { color: rgb(255,182,85); }
H1.HeaderClassName
{
color: #FFB655;
}
.AnyTagClassName
{
color: #FFB655;
}
</style>
background-color css
<style>
a { background-color: #FFB655; }
a { background-color: rgb(255,182,85); }
div.DivClassName
{
background-color: #FFB655;
}
.BgClassName
{
background-color: #FFB655;
}
</style>
border-color css
<style>
span { border-color: #FFB655; }
span { border-color: rgb(255,182,85); }
td.TdClassName
{
border-color: #FFB655;
}
.TagClassName
{
border-color: #FFB655;
}
</style>