Shades of Koromiko #FFB658
Tints of Koromiko #FFB658
RGB
CMYK
RGB Variations
Color information
#FFB658 (or 0xFFB658) is known color: Koromiko. HEX triplet: FF, B6 and 58. RGB value is (255,182,88). Sum of RGB (Red+Green+Blue) = 255+182+88=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB658 is #0049A7. Grayscale: #C1C1C1. Windows color (decimal): -18856 or 5814015. OLE color: 5814015.
HSL color Cylindrical-coordinate representation of color #FFB658: hue angle of 33.77º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFB658 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 182 | 88 | - |
| CMYK | 0 | 0.29 | 0.65 | 0 |
| HSL | 33.77º | 1% | 0.67% | - |
| HSV(B) | 33.77º | 0.65% | 1% | - |
| XYZ | 59.73 | 55.42 | 16.78 | - |
| YUV | 193.11 | 68.68 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 182 | 88 | 0 | 0.29 | 0.65 | 0 | 33.77 | 1 | 0.67 |
| Hex | FF | B6 | 58 | 0 | 1D | 41 | 0 | 22 | 64 | 43 |
| Octal | 377 | 266 | 130 | 0 | 35 | 101 | 0 | 42 | 144 | 103 |
| Binary | 11111111 | 10110110 | 1011000 | 0 | 11101 | 1000001 | 0 | 100010 | 1100100 | 1000011 |
Color Harmonies of #FFB658
Complementary color
Monochromatic Colors of #FFB658
Black with #FFB658
Text Example
Text Example
White with #FFB658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB658; }
p { color: rgb(255,182,88); }
H1.HeaderClassName
{
color: #FFB658;
}
.AnyTagClassName
{
color: #FFB658;
}
</style>
background-color css
<style>
a { background-color: #FFB658; }
a { background-color: rgb(255,182,88); }
div.DivClassName
{
background-color: #FFB658;
}
.BgClassName
{
background-color: #FFB658;
}
</style>
border-color css
<style>
span { border-color: #FFB658; }
span { border-color: rgb(255,182,88); }
td.TdClassName
{
border-color: #FFB658;
}
.TagClassName
{
border-color: #FFB658;
}
</style>